Project

gen_sheet

0.0
No commit activity in last 3 years
No release in over 3 years
A spreadsheet generator (ODS, XLS) and parsing tool. Uses Roo as a backend and attempts to implement newer features on top of it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

GenSheet Code Climate

GenSheet is a spreadsheet [xls and ods] generator for Roo. Roo is awesome at reading and processing spreadsheets all on its own but has no file generation.

During export sheet data and formatting is preserved from the original sheet or Roo object. This allows you to use spreadsheets as templates, loading them with Roo, filling or altering data, then exporting.

Future plans are to add in-sheet hooks and data markers to allow for true template-like handling of source sheets.

This library is licensed under the LGPL.