lazarus-ccr/components/fpspreadsheet/examples/fpsspeedtest
2018-05-30 22:15:07 +00:00
..
fpsspeedtest.lpi fpspreadsheet: Redo storage of formulas: formulas now are stored in a separate tree independent of the cells tree. The field FormulaValue of TCell record was removed. All unit tests passed. Demos updated (issues of speedtest due to SST in BIFF8 found - not related). 2018-05-30 22:15:07 +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: Modified virtual mode (VirtualColCount, VirtualRowCount and OnWriteCellData were moved from workbook to worksheet). NOTE: THIS BREAKS EXISTING CODE USING VIRTUAL MODE. 2016-07-14 19:43:15 +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.