2021-03-27 23:16:48 +00:00
|
|
|
{@@ ----------------------------------------------------------------------------
|
|
|
|
Unit **fpsallformats** quickly adds all supported fpspreadsheet format
|
|
|
|
readers/writers to the project.
|
2008-02-24 13:18:34 +00:00
|
|
|
|
|
|
|
AUTHORS: Felipe Monteiro de Carvalho
|
2021-03-27 23:16:48 +00:00
|
|
|
-------------------------------------------------------------------------------}
|
|
|
|
|
2008-02-24 13:18:34 +00:00
|
|
|
unit fpsallformats;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2015-10-09 13:27:04 +00:00
|
|
|
xlsbiff2, xlsbiff5, xlsbiff8, xlsxooxml, xlsxml, fpsopendocument, fpscsv,
|
|
|
|
fpshtml, wikitable;
|
2008-02-24 13:18:34 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|
|
|
|
|