This website requires JavaScript.
Explore
Help
Register
Sign In
pascal
/
lazarus-ccr
Watch
1
Star
0
Fork
0
You've already forked lazarus-ccr
Code
Issues
Releases
Activity
Files
1c7072d0e8f2e8a13723f092603a47de1d0112bd
lazarus-ccr
/
components
/
fpspreadsheet
/
examples
History
wp_xxyyzz
08987b52c8
fpspreadsheet: Use TBufStream as general-purpose stream if woBufStream is set in Worksheet.WritingOptions. woBufStream replaces woSaveMemory. Results in a significant speed enhancement for biff2 (64000x100 cells -> 31 sec without, 1.7 sec with woBufStream).
...
git-svn-id:
https://svn.code.sf.net/p/lazarus-ccr/svn@3337
8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-07-19 13:23:12 +00:00
..
excel2demo
fpspreadsheet: Convert some more biff methods such records are written in a single block (biff2: WriteLabel, WriteNumber, all: WriteFormat, WriteBlank, WriteColInfo).
2014-07-15 21:00:49 +00:00
excel5demo
fpspreadsheet:
2014-06-26 07:15:51 +00:00
excel8demo
fpspreadsheet: Speed up biff writing for number and label cells in woSaveMemory mode by a factor of 4 (writing complete records instead of single bytes and words)
2014-07-15 14:59:48 +00:00
fpschart
fpspreadsheet: Fix compilation issues introduced in last commit.
2014-07-02 19:25:37 +00:00
fpsgrid
fpspreadsheet: Rename TsWorksheetGrid method NewWorksheet to NewWorkbook (because that's what it does). Add doc-o-matic comments to fpspreadsheetgrid.pas.
2014-06-24 11:45:16 +00:00
ooxmldemo
fpspreadsheet: Add first unit test cases for virtual mode (all biff, ooxml /writing only)
2014-07-15 15:49:58 +00:00
opendocdemo
fpspreadsheet: Remove string-based writing code of ods files --> significant speed improvement particularly for large grids (20000x100 cells 120 sec (old) --> 7 sec (new)).
2014-07-12 21:51:44 +00:00
other
fpspreadsheet: Use TBufStream as general-purpose stream if woBufStream is set in Worksheet.WritingOptions. woBufStream replaces woSaveMemory. Results in a significant speed enhancement for biff2 (64000x100 cells -> 31 sec without, 1.7 sec with woBufStream).
2014-07-19 13:23:12 +00:00
spready
fpspreadsheet: Fix compilation issues introduced in last commit.
2014-07-02 19:25:37 +00:00
wikitabledemo
* fpspreadsheet: wikitable demo: clarify read/write interoperability problems.
2014-06-24 15:27:32 +00:00