Skip to content

A simple spreadsheet writer which supports multiple formats (xml, xlsx, ods, html...)

License

Notifications You must be signed in to change notification settings

davidsusu/simple-spreadsheet-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

simple-spreadsheet-writer

A simple spreadsheet writer which supports multiple formats (xml, xmlx, ods, html...)

Example:

Sheet sheet = new Sheet();
sheet.writeText(0, 0, "This is the top left cell!");