You've already forked lazarus-ccr
19 lines
214 B
ObjectPascal
19 lines
214 B
ObjectPascal
![]() |
{
|
||
|
fpsallformats.pas
|
||
|
|
||
|
Unit to quickly add all supported fpspreadsheet formats to the project
|
||
|
|
||
|
AUTHORS: Felipe Monteiro de Carvalho
|
||
|
}
|
||
|
unit fpsallformats;
|
||
|
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
xlsbiff2, xlsbiff5;
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|
||
|
|