Registry / serialization / write-xlsx

write-xlsx

JSON →
library1.15.0rbrubygemsunverified

Create a new file in the Excel 2007+ XLSX format.

gem install write_xlsx
INSTALL
IMPORT
SIG · WRITE-XLSX
W
write-xlsx
serializationrubyv1.15.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.

WriteXLSX
require 'write_xlsx'

Generate an Excel XLSX file with a simple API.

require 'write_xlsx' workbook = WriteXLSX.new('example.xlsx') worksheet = workbook.add_worksheet worksheet.write(0, 0, 'Hello') workbook.close
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
write-xlsx — gem install write-xlsx · libregistry