fastsheet
Excel parser
Faster way to read Excel documents in Ruby
FastSheet is the fastest XLSX file parser for Ruby (at the time of release). It leverages a Rust library for high-performance parsing, making it significantly faster than other available solutions.
25 stars
2 watching
6 forks
Language: Rust
last commit: over 2 years ago
Linked from 1 awesome list
excelgemrubyrustspreadsheetsxlsx
Related projects:
Repository | Description | Stars |
---|---|---|
gbiczo/oxcelix | An xlsx file parser that uses SAX stream parsing to efficiently parse Excel files into Ruby objects | 19 |
zdavatz/spreadsheet | A Ruby library for reading and writing spreadsheet documents in the Microsoft Excel format. | 1,129 |
roo-rb/roo-xls | Supports reading and processing legacy Excel file formats | 82 |
maxd/write_xlsx_rails | Generates Excel files from Rails views with support for formatting and templating | 6 |
qrilka/xlsx | A Haskell-based library for reading and writing Excel files in the XLSX format. | 132 |
damirsvrtan/fasterer | Tools for optimizing Ruby code performance | 1,812 |
cxn03651/write_xlsx | A Ruby library for generating Excel XLSX files with various features and formatting options | 287 |
weshatheleopard/rubyxl | A Ruby library for reading and modifying spreadsheet files in the Open XML format | 1,276 |
seamusabshere/remote_table | A Ruby library that reads and parses various file formats, including XLSX, XLS, ODS, CSV, TSV, and Google Docs, returning tabular data as arrays or hashes. | 226 |
tonytonyjan/exif | Fast Ruby EXIF reader | 150 |
dlackty/pangu.rb | Automatically inserts whitespace between specific character types to improve text readability | 17 |
fanlia/read_xlsx_v | A Vlang library for parsing and reading Excel files (.xlsx) in a file-based format | 0 |
jonatas/fast | Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
fatkodima/fast_count | A Ruby gem that provides fast and accurate estimate of row counts in large databases | 226 |
glebm/to_spreadsheet | A Ruby gem that enables Rails 3+ applications to render Excel files using existing views. | 91 |