Welcome, Guest
Username: Password: Remember me
Components and Libraries for Documents Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

FP Spreadsheet Reader not found for file 5 years 11 months ago #11648

  • universe
  • universe's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 122
  • Thank you received: 8
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 out
unit fpspreadsheetctrls;

{$mode objfpc}{$H+}

interface

uses
  Classes, Graphics, SysUtils, Controls, StdCtrls, ComCtrls, ValEdit, ActnList,
  LResources, LCLVersion,
  fpstypes, fpspreadsheet; //, {%H-}fpsAllFormats;
Is this a bug?
So I added it back and the problem solved.
Thanks in advance.

Please Log in or Create an account to join the conversation.

FP Spreadsheet Reader not found for file 5 years 11 months ago #11649

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Yes this is one solution
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.

  • Page:
  • 1