FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH2308: ShowXLSX( cfileXLSX )
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

FWH2308: ShowXLSX( cfileXLSX )

Posted: Fri Aug 25, 2023 10:44 AM
FWH provides a new function
Code (fw): Select all Collapse
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,

Regards



G. N. Rao.

Hyderabad, India
Posts: 76
Joined: Fri Aug 28, 2009 05:25 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Fri Aug 25, 2023 01:59 PM

Many Thanks To Mr. Charles Kwon...!

Dear Rao Sir ,

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

Thanks

Shridhar

Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Sat Aug 26, 2023 06:57 PM
hi,

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

Jimmy
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Sat Aug 26, 2023 11:17 PM

Yes

Regards



G. N. Rao.

Hyderabad, India
Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Wed Aug 30, 2023 03:04 PM

Can I read and modify, add and delete .xlsx files?

line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Wed Aug 30, 2023 05:04 PM
ssbbs wrote:Can I read and modify, add and delete .xlsx files?
Yes
Regards



G. N. Rao.

Hyderabad, India
Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Thu Aug 31, 2023 02:05 PM
nageswaragunupudi 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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: FWH2308: ShowXLSX( cfileXLSX )

Posted: Thu Aug 31, 2023 04:51 PM

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

Continue the discussion