Files
lazarus-ccr/components/fpspreadsheet/fpsallformats.pas

19 lines
252 B
ObjectPascal
Raw Normal View History

{
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.