- Posts: 117
- Thank you received: 8
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Documents Development
- FP Spreadsheet Reader not found for file
×
Components and Libraries for Documents Development, discussions, problems and suggestions
Question FP Spreadsheet Reader not found for file
- universe
-
Topic Author
- Offline
- Junior Member
-
Less
More
2 years 10 months ago #11648
by universe
FP Spreadsheet Reader not found for file was created by universe
Hello,
I noticed the exception of "Reader not found for file (xlsx)" while using latest CT6.4 on Windows, the problem lays in the file fpspreadsheetctrls.pas as earlier version (CT6.0) used to have fpsAllFormats but commented outIs this a bug?
So I added it back and the problem solved.
Thanks in advance.
I noticed the exception of "Reader not found for file (xlsx)" while using latest CT6.4 on Windows, the problem lays in the file fpspreadsheetctrls.pas as earlier version (CT6.0) used to have fpsAllFormats but commented out
unit fpspreadsheetctrls;
{$mode objfpc}{$H+}
interface
uses
Classes, Graphics, SysUtils, Controls, StdCtrls, ComCtrls, ValEdit, ActnList,
LResources, LCLVersion,
fpstypes, fpspreadsheet; //, {%H-}fpsAllFormats;
So I added it back and the problem solved.
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 10 months ago #11649
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic FP Spreadsheet Reader not found for file
Yes this is one solution
the other is to
add fpsAllFormats.pas in your project "uses" session
the other is to
add fpsAllFormats.pas in your project "uses" session
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.