8 Commits

Author SHA1 Message Date
Todd
cb28280f74 document: refactor properties
Move functions from Run to the Run's properties
2017-10-10 17:03:43 -04:00
Todd
988f2e3290 spreadsheet: move ColumnToIndex/IndexToColumn
Create a spreadsheet/reference package and put these functions
there. This prevents both duplication across the formula &
spreadsheet packages and a cyclic reference.
2017-10-01 19:29:13 -05:00
Todd
87842baff2 demo: add an unprotect-xlsx demo that will unprotect an XLSX
This demo will remove both the workbook and individual sheet
protections.
2017-09-20 15:15:13 -04:00
Todd
981b0b205c demo: add csv2xlsx demo program 2017-09-19 21:17:33 -04:00
Todd
b03eec358d spreadsheet: add xlsx2csv demo
This demo program will extract either raw or formatted
values from a spreadsheet, creating one CSV file per
sheet.
2017-09-18 22:30:08 -05:00
Todd
c6cecf13be meta: add a command to be used for testing
It opens, reads and writes a file out. This
is to be used for testing random docx/xlsx files
to ensure we don't break them.
2017-09-05 10:01:28 -05:00
Todd
a16a7edaa2 example: add docx2md (.docx to markdown) example 2017-08-31 18:52:40 -05:00
Todd
4bd04dd2e5 initial commit 2017-08-29 15:06:08 -05:00