{
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, xlsxooxml, xlsxml, fpsopendocument, fpscsv,
  fpshtml, wikitable;

implementation

end.