Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
FPSpreadsheet
»
[Solved] - Problem saving a grid as Excel Format
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Problems with case statem...
by
MarkMLl
[
Today
at 06:30:23 pm]
Broken Icon Display on ma...
by
lainz
[
Today
at 06:29:55 pm]
Bitmap 16bit R5G6B5
by
circular
[
Today
at 06:27:07 pm]
DBGRID | Picklist on fiel...
by
bourbon
[
Today
at 05:58:04 pm]
[SOLVED] Copy the content...
by
Remy Lebeau
[
Today
at 05:50:41 pm]
Assigning result of a fun...
by
Thaddy
[
Today
at 05:41:03 pm]
Listview how to custom or...
by
jenson
[
Today
at 05:36:20 pm]
Regular expressions in In...
by
carl_caulkett
[
Today
at 05:20:54 pm]
An exception occurred whi...
by
Laksen
[
Today
at 05:07:49 pm]
Gridprinter Newby
by
wp
[
Today
at 05:05:28 pm]
Sqlite tips leak dll usag...
by
jenson
[
Today
at 04:11:18 pm]
Launching exe in a Teams-...
by
Zvoni
[
Today
at 02:00:16 pm]
LazSerial how validate ch...
by
TRon
[
Today
at 01:54:19 pm]
Poll: Watches and Display...
by
DarioGL
[
Today
at 01:22:23 pm]
Golang vs free pascal
by
gidesa
[
Today
at 01:07:51 pm]
Extended Module Player
by
Fred vS
[
Today
at 11:57:51 am]
How do you move a Procedu...
by
alpine
[
Today
at 11:32:56 am]
How to use newer macOS SD...
by
Hansaplast
[
Today
at 11:19:59 am]
fpga programming with an ...
by
MarkMLl
[
Today
at 10:48:07 am]
New Swagger/OpenAPI Clien...
by
PierceNg
[
Today
at 09:58:24 am]
Integer maths > 16 bits
by
MarkMLl
[
Today
at 08:49:10 am]
FPReport QRCode
by
dseligo
[September 15, 2024, 11:33:44 pm]
Fractal using Primes (and...
by
VisualLab
[September 15, 2024, 09:54:33 pm]
TTimer in class does not ...
by
PascalDragon
[September 15, 2024, 09:33:05 pm]
[SOLVED] Getting started ...
by
PascalDragon
[September 15, 2024, 09:18:33 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] - Problem saving a grid as Excel Format (Read 958 times)
zxandris
Full Member
Posts: 101
[Solved] - Problem saving a grid as Excel Format
«
on:
August 03, 2024, 06:47:33 pm »
I am pretty sure I'm missing something obvious but I've got a grid which is built from a simple csv (Which I had to load myself) and I want to save it in Excel Format, or another in time.
Code: Pascal
[Select]
[+]
[-]
wsSheet
.
SaveToSpreadsheetFile
(
dlgExport
.
filename
,
sfExcel8
,
true
)
;
That's the code I'm using and I have
Code: Pascal
[Select]
[+]
[-]
fpspreadsheetgrid
,
fpspreadsheetctrls
,
fpsTypes
,
in the uses clause for the unit/form. Can anyone tell me what I'm doing wrong here please?
CJ
«
Last Edit: August 04, 2024, 08:22:05 am by zxandris
»
Logged
wp
Hero Member
Posts: 12296
Re: Problem saving a grid as Excel Format
«
Reply #1 on:
August 03, 2024, 10:22:06 pm »
What is the error? What type is wsSheet?
Logged
zxandris
Full Member
Posts: 101
Re: Problem saving a grid as Excel Format
«
Reply #2 on:
August 03, 2024, 10:23:59 pm »
Tried to write a spreadsheet using an unsupported format and wsSheet is a simple tsWorksheetGrid.
Logged
wp
Hero Member
Posts: 12296
Re: Problem saving a grid as Excel Format
«
Reply #3 on:
August 04, 2024, 08:11:21 am »
Did you add unit xlsBiff8 to "uses"? FPSpreadsheet has a modular structure, and for every file format the reader/writer unit must be listed, or you add "fpsAllFormats" to register all file formats.
Logged
zxandris
Full Member
Posts: 101
Re: Problem saving a grid as Excel Format
«
Reply #4 on:
August 04, 2024, 08:13:46 am »
Thank you very much that appears to have worked. It does actually say as a hint it's not used in the unit, but it makes it work anyway!
Logged
wp
Hero Member
Posts: 12296
Re: Problem saving a grid as Excel Format
«
Reply #5 on:
August 04, 2024, 08:18:03 am »
Yes, that's because your code does not explicitly call any reader/writer function (this is done internally). If you'd once decide to remove "unused units" be careful to keep your reader/writer unit.
Logged
zxandris
Full Member
Posts: 101
Re: Problem saving a grid as Excel Format
«
Reply #6 on:
August 04, 2024, 08:21:50 am »
Thanks for the tip!
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
FPSpreadsheet
»
[Solved] - Problem saving a grid as Excel Format
TinyPortal
© 2005-2018