awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRange Subset Extractions

Extracting contiguous blocks of rows or columns from a larger spreadsheet range.

Distinct from Dataset Subset Extractions: Closest candidates are about memory buffers or AI dataset sampling; this is about tabular range slicing.

Explore 2 awesome GitHub repositories matching data & databases · Range Subset Extractions. Refine with filters or upvote what's useful.

Awesome Range Subset Extractions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • aimeos/mapالصورة الرمزية لـ aimeos

    aimeos/map

    4,200عرض على GitHub↗

    This PHP data collection library is a functional data wrapper and array manipulation framework. It converts arrays, JSON strings, and iterables into chainable collection objects designed for advanced filtering, sorting, and transformation. The library is distinguished by its ability to dynamically extend functionality through the registration of custom methods via closures. It also provides specialized capabilities for hierarchical data modeling, allowing flat datasets with parent-child identifiers to be reconstructed into nested tree structures. The toolkit covers a broad surface of data ma

    Provides methods to extract subsets like first, last, and slice from collections.

    PHParraycollectionmap
    عرض على GitHub↗4,200
  • ironcalc/ironcalcالصورة الرمزية لـ ironcalc

    ironcalc/IronCalc

    3,750عرض على GitHub↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    Returns a specified number of contiguous rows or columns from the start of a range.

    Rustreactrustself-hosted
    عرض على GitHub↗3,750
  1. Home
  2. Data & Databases
  3. Range Subset Extractions

استكشف الوسوم الفرعية

  • Head and Tail SlicersReturns the first or last N elements, or slices from a collection by offset and length. **Distinct from Range Subset Extractions:** Distinct from Range Subset Extractions: focuses on positional slicing (first/last/slice) rather than contiguous range extraction from spreadsheets.