Skip to content
/ xl Public

A Ruby library for reading and writing Excel .xlsx files

License

Notifications You must be signed in to change notification settings

dudleyf/xl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xl

A library for reading and writing Excel OOXML files based on openpyxl. It was a quick hack, and I'm not currently using it. I may or may not start working on it again someday. It's likely buggy, possibly unusable, and certainly incomplete. Also it has a stupid name.

Usage

require 'xl'

wb = Xl::Workbook.new
ws = wb.create_sheet
ws.cell('A1').value = 'Hello, World!'
Xl::Xml.save_workbook(wb, 'hello.xlsx')

About

A Ruby library for reading and writing Excel .xlsx files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages