FWH2308: ShowXLSX( cfileXLSX )

Post Reply
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

FWH2308: ShowXLSX( cfileXLSX )

Post by nageswaragunupudi »

FWH provides a new function

Code: Select all | Expand

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
Regards

G. N. Rao.
Hyderabad, India
shrifw
Posts: 69
Joined: Fri Aug 28, 2009 5:25 am

Re: FWH2308: ShowXLSX( cfileXLSX )

Post 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
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: FWH2308: ShowXLSX( cfileXLSX )

Post by Jimmy »

hi,

does it work with OEM DBF and German "Umlaute" :?:
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: FWH2308: ShowXLSX( cfileXLSX )

Post by nageswaragunupudi »

Yes
Regards

G. N. Rao.
Hyderabad, India
User avatar
ssbbs
Posts: 104
Joined: Mon Oct 17, 2005 3:03 am
Location: Taiwan

Re: FWH2308: ShowXLSX( cfileXLSX )

Post by ssbbs »

Can I read and modify, add and delete .xlsx files?
line ID: ssbbstw
WeChat ID: ssbbstw
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: FWH2308: ShowXLSX( cfileXLSX )

Post by nageswaragunupudi »

ssbbs wrote:Can I read and modify, add and delete .xlsx files?
Yes
Regards

G. N. Rao.
Hyderabad, India
User avatar
ssbbs
Posts: 104
Joined: Mon Oct 17, 2005 3:03 am
Location: Taiwan

Re: FWH2308: ShowXLSX( cfileXLSX )

Post 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()
line ID: ssbbstw
WeChat ID: ssbbstw
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: FWH2308: ShowXLSX( cfileXLSX )

Post 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.
Regards

G. N. Rao.
Hyderabad, India
Post Reply