lazarus-ccr/components/fpspreadsheet/examples/fpsspeedtest
2015-01-27 19:31:57 +00:00
..
fpsspeedtest.lpi fpspreadsheet: Fix buffered stream reading speed issues. 2015-01-27 19:31:57 +00:00
fpsspeedtest.pas fpspreadsheet: Rename folder fpsSpeedTest to fpsspeedtest 2014-07-23 21:34:37 +00:00
mainform.lfm fpspreadsheet: Put numerical data of the TCell record into a variant record --> further reduction of memory consumption per cell (now by 70% of original TCell). 2015-01-24 22:52:22 +00:00
mainform.pas fpspreadsheet: Move type declarations from fpspreadsheet.pas to new unit fpstypes.pas. Update all examples. 2015-01-17 22:57:23 +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.