lazarus-ccr/components/fpspreadsheet/examples/read_write/csvdemo
2021-04-15 12:19:42 +00:00
..
csvread.lpi fpspreadsheet: Check (and fix) compilation of all demos. Reset debugger to "automatic". 2021-04-14 23:33:18 +00:00
csvread.lpr fpspreadsheet: Add batch scripts to run all console demos automatically. 2021-04-15 12:19:42 +00:00
csvwrite.lpi fpspreadsheet: Check (and fix) compilation of all demos. Reset debugger to "automatic". 2021-04-14 23:33:18 +00:00
csvwrite.lpr fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
readme.txt

This demo demonstrates how to use fpspreadsheet to read and write comma-separated
files (csv).

Please run the write demo before the read demo so the required spreadsheet file
is generated.