Search found 3936 matches: excel

Return to advanced search

Re: Help splitting up a character address string

Otto I am taking an Excel spreadsheet whos data is taken from a web form. I then have to take that Excel file and write a conversion program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 609

load png from rpreview

I need to coverte this function to use on rpreview to load my png images oBtn:hBitmap1 = FWBitmap2( "EXCEL" ) it run but the image is compress so is not compatible with png STATIC FUNCTION FWBitmap2( cResname ) LOCAL oBitmap DEFINE BITMAP oBitmap RESNAME cResname IF ...
by Silvio.Falconi
Wed Nov 15, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 403

Re: OT - quienes tengan experiencia en MAC

... Harbour proporciona funciones para el uso de ficheros XML, revisa FWH\samples\xmltree.prg y xmlreader.prg Para la creación y uso de ficheros de Excel desde Harbour puedes usar la librería xlsxlibhb publicada en estos foros: https://github.com/FiveTechSoft/FWH_tools/blob/master/Xlsxlibhb_ver2.zip ...
by Antonio Linares
Tue Nov 07, 2023 1:48 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - quienes tengan experiencia en MAC
Replies: 1
Views: 193

OT - quienes tengan experiencia en MAC

... datos de una factura que vienen en un archivo XML. Lo que no sé como resolver es como hago para que esos datos que obtengo pasarlos a un archivo Excel que está dentro de una carpeta la cual está ubicada en el escritorio. Cómo debería de proceder? Gracias.
by goosfancito
Tue Nov 07, 2023 5:57 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - quienes tengan experiencia en MAC
Replies: 1
Views: 193

Re: Xlsxlibhb_ver2

If you set
Code: Select all  Expand view
UseXLSXLIB(  .T.  )

All toExcel methods will use this lib instead of Using Excel
by nageswaragunupudi
Sat Nov 04, 2023 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9039

New FTDN October/Octubre 2023 (FWH 23.10)

... FW_AceVer() Return the version of ACE.OLEDB installed ( 12 or 16 ) and 0 (Zero) if not installed. * Added Dutch language to multi-lang support for Excel (see olefuncs.prg) * Image functions: (imgtxtio.prg) - Enhancements: FW_ReadImage() and FW_DrawImae(). If the parameter bmp is nil, the functions ...
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: 3911

Re: enviar mensajes a whatsapp, ¿posible solucion?

... lRet  Use this code for copying images to clipboard, not the traditional class/functions. This can be pasted in whatsapp, word, excel, etc.
by nageswaragunupudi
Thu Oct 26, 2023 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4521

Re: enviar mensajes a whatsapp, ¿posible solucion?

... el equipo mientras el mismo este en ejecución, ya que por lo menos a mi, me sucede que si dejo el sistema enviando los mensajes y abro por ejemplo EXCEL, cada ENTER que se ejecuta en la función de envió, también se ejecuta en el excel (o cualquier otra app que abra). Por lo demás, todo excelente. ...
by JoseAlvarez
Fri Oct 20, 2023 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4521

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: 3877

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: 3877

Re: Announcing DrXlsx 1.0 by Charles Kwon

... días para todos Estamos terminando de implementar la clase del maestro Charles en algunos de nuestros informes, ya logramos crear los archivos de Excel, ahora requerimos poder cambiar los colores de las fuentes y el color de fondo de la celda, estuvimos revisando en la documentación que publico ...
by leandro
Sat Oct 14, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3877

Re: enviar mensajes a whatsapp, ¿posible solucion?

... y rápido el envío de mensajes con el código suministrado. Gracias Nuevamente. Ahora hay un detalle: El mensaje se envía en una sola línea, seria excelente si se pudiera incluir el salto de línea para separar los textos. Me explico mejor, en la pagina de excel que estaba utilizando se podía incluir ...
by JoseAlvarez
Sat Oct 14, 2023 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4521

Re: Image Recognition

Hi, Jimmy

You're right. I often use Webview in my programs and have not put it separately for a long time because it is already present in Windows 10 automatically

It would be nice to see an example of using the recognition method in Excel :wink:
by Natter
Fri Oct 13, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 681

Re: Image Recognition

hi, Important: Data from Picture in Excel for Windows is only supported on Windows 11 or Windows 10 version >=1903 (must have Microsoft Edge WebView2 Runtime installed). as i know update KB5031356, for Windows 10 / 11, include "Microsoft ...
by Jimmy
Fri Oct 13, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 681

Re: Image Recognition

Important: Data from Picture in Excel for Windows is only supported on Windows 11 or Windows 10 version >=1903 (must have Microsoft Edge WebView2 Runtime installed).
by Antonio Linares
Fri Oct 13, 2023 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 681
PreviousNext

Return to advanced search