Files
lazarus-ccr/components/fpspreadsheet/fpsallformats.pas
Joshy d3d71c2560 Included xlsbiff8 in the fpallformats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@794 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-10 17:55:28 +00:00

19 lines
252 B
ObjectPascal
Executable File

{
fpsallformats.pas
Unit to quickly add all supported fpspreadsheet formats to the project
AUTHORS: Felipe Monteiro de Carvalho
}
unit fpsallformats;
interface
uses
xlsbiff2, xlsbiff5, xlsbiff8, fpsopendocument, xlsxooxml;
implementation
end.