Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 821 Bytes

README.md

File metadata and controls

42 lines (21 loc) · 821 Bytes

XLSX Workbook

Read from and write to XLSX format files without any automation or export with support for full cell formatting in Excel

Release 29

Released to add several suggestions by Doug Hennig and to fix reading a spreadsheet with in-line text.

Release 30

Released to check for the length of a sheet name to ensure the maximum allowed length is not exceeded; see the release notes for more information.

Release 31

Released to correct some identified bugs and for a new method; see the release notes for more information.

Written By

Gregory Green


Written By

s-s-a

Release 32

All forms and classes in prg

Release 33

Refactoring: Fwrite() -> textmerge

Release 34

Restore ParseString and down TODO:

Release 36

Refactoring and optimization