lazarus-ccr/components/fpspreadsheet/examples/fpsspeedtest
2015-12-03 11:10:34 +00:00
..
fpsspeedtest.lpi fpspreadsheet: Final changes before release 1.6 2015-06-28 12:09:12 +00:00
fpsspeedtest.pas fpspreadsheet: Rename folder fpsSpeedTest to fpsspeedtest 2014-07-23 21:34:37 +00:00
mainform.lfm fpspreadsheet: Readers/writers now use memory streams by default. Add workbook option boFileStream to enforce usage of file streams. Improve fpsSpeadtest, add csv speed test. 2015-09-11 17:19:26 +00:00
mainform.pas fpspreadsheet: Restore usage of a temp file name for the zipper needed by xlsx and ods writers, now defined by GetTempfilename, instead of the constant '___TEMP.TMP___'. This should work even if the current folder is not writable. 2015-12-03 11:10:34 +00:00
readme.txt fpspreadsheet: Rename folder fpsSpeedTest to fpsspeedtest 2014-07-23 21:34:37 +00:00

This demo represents a useful tool for measuring the speed of writing to and
reading from various spreadsheet file formats. It contains a gui to setup test
conditions and displays test results in a memo.

Please note that the reading test requires the files created during the writing
test. The test files are created in a subfolder "data" of the directory 
containing the exe file.