lazarus-ccr/components/fpspreadsheet/fpsallformats.pas
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.