Search found 252 matches: xlsx

Return to advanced search

Unresolved External

Hi everyone, I am trying to build my exe with Harbour 320 and MSVC 2022 and Dr Xlsx.lib from Charles Kwon, but I have unresolved external error. Someone know what is missing? DrXlsx32.lib(packager.obj) : error LNK2019: external simbol not resolved, _fill_win32_filefunc64W, ...
by Eroni
Tue Feb 13, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External
Replies: 2
Views: 151

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... FW_SetUnicode( .T. ) es puesto a .T., ANSI Edit puede ser forzado por el uso de la cláusula: @ r,c GET .... CHRGROUP CHR_ANSI * CREAR DE FICHEROS XLSX SIN USAR LA APLICACION EXCEL. Recientemente dos grandes librerias para crear archivos xlsx sin Excel han sido liberadas para su uso gratuito por ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: Xlsxlibhb_ver2

The problem is not only with the xlsx library. Having problems with all progams with this new xharbour build, trying to build the most simple program in the samples folder samples\tutor01.prg Compiling...xHarbour 1.3.0 Intl. (SimpLex) ...
by nageswaragunupudi
Tue Nov 21, 2023 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

Re: Xlsxlibhb_ver2

Then, first go to fwh\samples folder open buildx.bat with notebook Locate the two lines: rem echo %fwh%\lib\drxlsx32x_bcc.lib + >> b32.bcrem echo %fwh%\lib\xlsxlibhbbccx.lib + >> b32.bc Delete "rem " from the second line like this: rem echo %fwh%\lib\drxlsx32x_bcc.lib ...
by nageswaragunupudi
Tue Nov 21, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

New FTDN October/Octubre 2023 (FWH 23.10)

... i.e., where FW_SetUnicode( .t. ) is set to .T., Ansi Edit can be forced by using the clause: @ r,c GET .... CHRGROUP CHR_ANSI * CREATING XLSX FILES WITHOUT USING EXCEL APPLICATION. Recently two great libraries to create xlsx files without using Excel have been released for free use by ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: ExportAsFixedFormat XLSTOPDF

César, lo siento, pero no entendí. Este ejemplo "genera" un .PDF, no TOMA un archivo.XLSX y lo transforma en un archivo .PDF. Por ejemplo:    cFileXls  := cTempFile(  "\"+CurDir()+'\tmp'  , "TESTSAYX.xlsx" ) Quiero ...
by karinha
Tue Oct 31, 2023 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ExportAsFixedFormat XLSTOPDF
Replies: 8
Views: 464

Re: Announcing DrXlsx 1.0 by Charles Kwon

If so, how do I trigger Excel to open the: testsayx.xlsx

Code: Select all  Expand view
ShellExectute( 0, "Open", cXlsxFile )
by nageswaragunupudi
Sun Oct 15, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3873

Re: Announcing DrXlsx 1.0 by Charles Kwon

Master Nages, is this correct? If so, how do I trigger Excel to open the: testsayx.xlsx Maestro Nages, ¿es esto correcto? Si es así, ¿cómo hago para que Excel abra: testsayx.xlsx // C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages,#include "FiveWin.ch"#include ...
by karinha
Sun Oct 15, 2023 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3873

Re: Xlsxlibhb_ver2

...  cXlsx    := DBF2XLSX()   ShellExecute( 0, "Open", cXlsx )return nil  Exporting to xlsx is easy using this new function: function DBF2XLSX( cFileXlsx )   local oBook, oSheet   local aStruct, bRow, nRow   if Empty( Alias() ...
by nageswaragunupudi
Thu Oct 05, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

Re: Xlsxlibhb_ver2

... enjoying it. Till now I have used only a very few features of the library and there is a lot more to explore. Exporting CUSTOMER.DBF to CUSTOMER.XLSX https://imagizer.imageshack.com/v2/xq70/922/SVFurI.png Exporting WWONDERS.DBF to WWONDERS.XLSX with IMAGES in the Memo Fields: ...
by nageswaragunupudi
Thu Oct 05, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

Re: Como obtener el resultado de una formula

... + "-" + Substr( whoraini, 1, 2 ) + Substr(whoraini, 4, 2 ) + "-" + Substr( whorafin, 1, 2 ) + Substr(whorafin, 4, 2 ) + ".xlsx" Quedó así: #include 'fivewin.ch'FUNCTION test()     LOCAL whoraini, whorafin, dfecha, warchiv, oRs       ...
by jose_murugosa
Tue Oct 03, 2023 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 569

Re: Como obtener el resultado de una formula

... + "-" + Substr( whoraini, 1, 2 ) + Substr(whoraini, 4, 2 ) + "-" + Substr( whorafin, 1, 2 ) + Substr(whorafin, 4, 2 ) + ".xlsx" y devuelve este error: Application =========== Path and name: D:\XBASE-PROYECTOS\EJEMPLO\ejemplo.exe (32 bits) Size: 5,065,728 bytes Compiler ...
by jose_murugosa
Tue Oct 03, 2023 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 569

Como obtener el resultado de una formula (resuelto)

... se encuentra guardada como una fórmula en un campo de texto que llamaremos oRs:RutaArchivo oRs:RutaArchivo contiene esta fórmula tal cual: ".\XLSX\inf1_" + Dtos( dFecha ) + "-" + Substr( whoraini, 1, 2 ) + Substr(whoraini, 4, 2 ) + "-" + Substr( whorafin, 1, 2 ) + ...
by jose_murugosa
Mon Oct 02, 2023 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 569

Re: cGetFile()

To All What I was origionally trying to do is to drill down to any folder and find only *.xlsx files .. for example I have downloaded an Excel file and programatically I wanted to be able to use cGetFile to be able to drill down to the desktop and see only *.xlsx files ...
by Rick Lipkin
Thu Sep 21, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile()
Replies: 10
Views: 689
Next

Return to advanced search