Page 1 of 1
Access to excel files natively & password zip file
Posted: Thu May 25, 2023 10:41 am
by al2791
Evolution request :
1/ Provide access to excel files natively (creation/change/read - workbook and sheets)
2/ Possibility to create zip files with a password
Thanks
Re: Access to excel files natively & password zip file
Posted: Thu May 25, 2023 2:51 pm
by jacdelad
1. Won't happen.
2. Maybe will happen.
Re: Access to excel files natively & password zip file
Posted: Thu May 25, 2023 11:16 pm
by BarryG
Supporting Excel: This is too specific a request. It's not PureBasic's job to work with other third-party software, because then it becomes a popularity contest of which other software to include, and also brings the problem of PureBasic constantly having to keep up to date with that other software. Having said that, COMatePLUS can access Excel fields (see
viewtopic.php?f=14&t=37214 and
viewtopic.php?t=79147).
Password support for zip files is a long-requested feature. I too wish it would be implemented.
Re: Access to excel files natively & password zip file
Posted: Fri May 26, 2023 12:08 pm
by blueb
Supporting Excel... It's not a crazy request.
Here's a quote from 2021...
"There are 750 million to 2 billion people in the world who use either Google Sheets or Excel. Google Suite, which includes Google Sheets is used by approximately 2 billion users every month, while Microsoft Excel has an estimated 750 million to 1.2 billion monthly users globally."
Almost everyone in the world uses these products on a daily basis...I would think PureBasic might gain a lot of traction, if it provided even the most basic functions for Excel and Sheets.
Something to think about.
PS - Isn't an .XLSM file just a fancy .XLM format?
Re: Access to excel files natively & password zip file
Posted: Fri May 26, 2023 2:30 pm
by swhite
Hi
I create XMLSS files which can be opened in Excel. So it is a simple matter to create XML files that Excel can consume.
Simon
Re: Access to excel files natively & password zip file
Posted: Fri May 26, 2023 3:19 pm
by Marc56us
+1
For native functions (at least for the xlsx format (Excel >= 2007)) because generating XML is not easy at all (there are no examples of these functions in the PB help (apart from a general example)).
xlsx format widely used for statistics and automatic reports.
