lazarus-ccr/components/fpspreadsheet/examples/fpsspeedtest
wp_xxyyzz 92f59fbfd1 fpspreadsheet: Prepare for release 1.10
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-07-06 16:15:51 +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: Prepare for release 1.10 2018-07-06 16:15:51 +00:00
mainform.pas fpspreadsheet: Prepare for release 1.10 2018-07-06 16:15:51 +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.