{@@ ----------------------------------------------------------------------------
  Unit **fpsallformats** quickly adds all supported fpspreadsheet format
  readers/writers to the project.

AUTHORS: Felipe Monteiro de Carvalho
-------------------------------------------------------------------------------}

unit fpsallformats;

interface

uses
  xlsbiff2, xlsbiff5, xlsbiff8, xlsxooxml, xlsxml, fpsopendocument, fpscsv,
  fpshtml, wikitable;

implementation

end.