Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Miguel Oliveira
4
Views
2
Comments
Export to Excel XSLX files
Question
Hi all,
I need to export to Excel, data with more than 65536 rows.
In OutSystems Platform 5.1, is it possible to export xlsx excel files?
Best regards,
Miguel Oliveira
Miguel Seabra Melo
Hi Miguel,
Unfortunately not: version 5.1 will only produce "normal" XLS files with the 64k row limit. Version 6.0 of the Platform, however, outputs XLSX files and does not have the old format's limit.
Cheers,
Miguel
Eric Oud Ammerveld
Actually you might want to create an XML file yourself.
An XLSX file is just a zip file with some XML content.
Rename attached TextFile.xlsx to .zip and open it.
You find "
sheet1.xml
" in
\xl\worksheets\
Create a Structure (Record type) according to that XML and do an RecordListToXML instead.
Only problem then would be to put that XML in the ZIP file and save provide that file to the user as an XLSX.
Hope that kind of helps. :)
TextFile.xlsx
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...