Registry / serialization / fast-excel

fast-excel

JSON →
library0.5.0rbrubygemsunverified

A Ruby wrapper for libxlsxwriter using FFI to create Excel files quickly.

gem install fast_excel
INSTALL
IMPORT
SIG · FAST-EXCEL
F
fast-excel
serializationrubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastExcel
✓ require 'fast_excel'

Create an Excel file with a single cell

require 'fast_excel' workbook = FastExcel.open('output.xlsx') worksheet = workbook.add_worksheet worksheet.write_string(0, 0, 'Hello') workbook.close
Debug
Known issues
gotchaRequires libxlsxwriter system library
fix
Install libxlsxwriter via your package manager or from https://github.com/jmcnamara/libxlsxwriter
affects: >= 0.5.0
Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
fast-excel — gem install fast-excel · libregistry