├── BDate.pas ├── BFileTools.pas ├── BPasZlib.pas ├── BStrTools.pas ├── BTinyXML.pas ├── BUnicode.pas ├── BdocxForms.pas ├── BdocxWriter.pas ├── BpdfWriter.pas ├── BrtfWriter.pas ├── BxlsReader.pas ├── BxlsxReader.pas ├── BxlsxWriter.pas ├── README.md ├── test_xlsx.dpr ├── test_xlsx.dproj ├── test_xlsx.dproj.local ├── test_xlsx.identcache ├── test_xlsx.res ├── test_xlsx_Icon.ico ├── text_xlsx_unit.dfm └── text_xlsx_unit.pas /BDate.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BDate.pas -------------------------------------------------------------------------------- /BFileTools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BFileTools.pas -------------------------------------------------------------------------------- /BPasZlib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BPasZlib.pas -------------------------------------------------------------------------------- /BStrTools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BStrTools.pas -------------------------------------------------------------------------------- /BTinyXML.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BTinyXML.pas -------------------------------------------------------------------------------- /BUnicode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BUnicode.pas -------------------------------------------------------------------------------- /BdocxForms.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BdocxForms.pas -------------------------------------------------------------------------------- /BdocxWriter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BdocxWriter.pas -------------------------------------------------------------------------------- /BpdfWriter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BpdfWriter.pas -------------------------------------------------------------------------------- /BrtfWriter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BrtfWriter.pas -------------------------------------------------------------------------------- /BxlsReader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BxlsReader.pas -------------------------------------------------------------------------------- /BxlsxReader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BxlsxReader.pas -------------------------------------------------------------------------------- /BxlsxWriter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/BxlsxWriter.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/README.md -------------------------------------------------------------------------------- /test_xlsx.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/test_xlsx.dpr -------------------------------------------------------------------------------- /test_xlsx.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/test_xlsx.dproj -------------------------------------------------------------------------------- /test_xlsx.dproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /test_xlsx.identcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/test_xlsx.identcache -------------------------------------------------------------------------------- /test_xlsx.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/test_xlsx.res -------------------------------------------------------------------------------- /test_xlsx_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/test_xlsx_Icon.ico -------------------------------------------------------------------------------- /text_xlsx_unit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/text_xlsx_unit.dfm -------------------------------------------------------------------------------- /text_xlsx_unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdex32/XLSX/HEAD/text_xlsx_unit.pas --------------------------------------------------------------------------------