csvdocument: added todo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vvzh
2012-09-19 17:13:23 +00:00
parent b1c6b6141a
commit 5bdaf55641

View File

@ -1,6 +1,8 @@
=== TODO ===
* Write more tests for different CSV format variations, especially those used by Excel and Calc.
* Optimize TCSVDocument.LoadFromStream / SaveToStream by changing "Cells[CurrentCol, CurrentRow]" usage
to direct manipulation with underlying data structures. This approach will help to eliminate redundant sanity checks.
=== Warning about speed optimizations ===