fpspreadsheet: Shorten fpspreadsheet.pas by putting NumFormatList and CustomReader/Writer to separate units

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2015-02-25 09:43:37 +00:00
parent 1b35aa8bb2
commit ea36d2e089
28 changed files with 1381 additions and 1274 deletions

View File

@@ -1,7 +1,8 @@
{
test_write_formula.pas
Demonstrates how to write a formula using the fpspreadsheet library
Demonstrates how to write a formula using the fpspreadsheet library in the
"hard way" by means of rpn formulas
AUTHORS: Felipe Monteiro de Carvalho
}