Gabriel Feliz 0 Posted December 24, 2024 (edited) Hi everyone, I'm using Delphi 10.3 and QuickReport 6, when I try to save from Report Preview to XLSX spreadsheet, it doesn't show any errors, but it doesn't work. Anybody know how to solve this problem? Edited December 24, 2024 by Gabriel Feliz Share this post Link to post
Stano 143 Posted December 25, 2024 No. Because you haven't published any code Share this post Link to post
Gabriel Feliz 0 Posted December 25, 2024 (edited) Sorry for not be too clear, but I just click on save button and select xlsx type.. Edited December 25, 2024 by Gabriel Feliz Share this post Link to post
Brian Evans 111 Posted December 26, 2024 (edited) Check whatever component/library you are using to add export to xlsx capability to QuickReport. Update: Seems they added it at some point. Edited December 26, 2024 by Brian Evans Share this post Link to post
Gabriel Feliz 0 Posted December 26, 2024 Sorry for not too clear, but I just click on save button and select xlsx type.. I'm not using any extra component/library, I just add QRXLSXFilter to the project and try to save as XLSX file using QuickReport Preview. Share this post Link to post
Lajos Juhász 300 Posted December 27, 2024 You will have to debug the code. I've tested on a couple of reports it is working for me. Share this post Link to post
Hans J. Ellingsgaard 21 Posted January 4 Do you have office installed on your computer? I'm not shure, but I think Quickreport is using some Office libraries to do the conversion. Share this post Link to post