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
Str declaration
by
ASerge
[
Today
at 11:15:46 pm]
Beeping sound when cursor...
by
TRon
[
Today
at 10:51:22 pm]
DBGRID | Picklist on fiel...
by
TRon
[
Today
at 10:25:50 pm]
Stack Overflow in RtlVirt...
by
af0815
[
Today
at 09:32:09 pm]
Setting the fpc path
by
TRon
[
Today
at 08:02:50 pm]
How to add float value s...
by
LBoxPO
[
Today
at 07:25:39 pm]
Compiler error when check...
by
Thaddy
[
Today
at 07:11:38 pm]
Game Music Emulator
by
Gigatron
[
Today
at 06:59:55 pm]
Loading text data from a ...
by
alpine
[
Today
at 06:47:01 pm]
Simple multithreading cod...
by
MarkMLl
[
Today
at 06:10:58 pm]
Recommended way to build ...
by
carl_caulkett
[
Today
at 06:07:42 pm]
Incorrect FPC/Lazarus bui...
by
TRon
[
Today
at 05:26:36 pm]
Vectors to find Center of...
by
Boleeman
[
Today
at 03:48:26 pm]
7zip DLL is super broken
by
domasz
[
Today
at 03:47:13 pm]
Gridprinter Newby
by
Zvoni
[
Today
at 03:03:35 pm]
QuasiClever Fractal
by
Boleeman
[
Today
at 02:23:56 pm]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 11:50:20 am]
"Show Compiler Dialog"
by
MarkMLl
[
Today
at 10:21:49 am]
AI, NLP and CAI: Text Gen...
by
schuler
[
Today
at 09:48:18 am]
Hashids that you need but...
by
Thaddy
[
Today
at 06:10:34 am]
C++ conversion : what is ...
by
Thaddy
[
Today
at 05:44:34 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
LazReport / FreeReport qu...
by
dseligo
[September 17, 2024, 11:37:59 pm]
Complex objects and JsonO...
by
Flea
[September 17, 2024, 11:02:28 pm]
Best way to exchange data...
by
cdbc
[September 17, 2024, 10:16:27 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] - Problem saving a grid as Excel Format (Read 998 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: 12302
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: 12302
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: 12302
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