Page 1 of 1

FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Fri Aug 25, 2023 10:44 am
by nageswaragunupudi
FWH provides a new function
Code: Select all  Expand view
FW_ShowXLSX( cXlsxFile )

to read and display an XLSX file, on any PC,
without installing Excel() or downloading and installing any additional OLEDB providers like ACE or any other software or library.

This will complement Mr. Charles Kwon's great class to Create XLSX files on any PC,

Image

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Fri Aug 25, 2023 1:59 pm
by shrifw
Many Thanks To Mr. Charles Kwon...!

Dear Rao Sir ,

Embedding this with XBROWSE , FW REPORT / EASYREPORT its great idea. Many thanks !!

Thanks
Shridhar

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Sat Aug 26, 2023 6:57 pm
by Jimmy
hi,

does it work with OEM DBF and German "Umlaute" :?:

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Sat Aug 26, 2023 11:17 pm
by nageswaragunupudi
Yes

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Wed Aug 30, 2023 3:04 pm
by ssbbs
Can I read and modify, add and delete .xlsx files?

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Wed Aug 30, 2023 5:04 pm
by nageswaragunupudi
ssbbs wrote:Can I read and modify, add and delete .xlsx files?

Yes

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Thu Aug 31, 2023 2:05 pm
by ssbbs
nageswaragunupudi wrote:
ssbbs wrote:Can I read and modify, add and delete .xlsx files?

Yes

However, have not seen examples of this.
All sample is : oXlsx:CreateFile() no ::readFile()

Re: FWH2308: ShowXLSX( cfileXLSX )

PostPosted: Thu Aug 31, 2023 4:51 pm
by nageswaragunupudi
DrXlsx writes xlsx files.

ShowXlsx() is a FWH function included in the next version to be released.
This is not a DrXlsx function.
Where Excel is not installed, this function will be available for reading, showing, editing and saving of any xlsx file, whether the file is created by DrXlsx or by Excel.