Search found 85 matches: getexcelrange

Return to advanced search

Re: GetExcelRange function

hi Enrico, this is:
Image
by damianodec
Tue Jul 10, 2018 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 11
Views: 949

Re: GetExcelRange function

Please try with the FILE() function:

Code: Select all  Expand view
? FILE( cPath+alltrim(aFile[nZ]) )


EMG
by Enrico Maria Giordano
Tue Jul 10, 2018 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 11
Views: 949

Re: GetExcelRange function

hi Enrico,

Code: Select all  Expand view
msginfo(cPath+alltrim(aFile[nZ]))
oRange  := GetExcelRange(cPath+alltrim(aFile[nZ]), , , @lOpened )


this is msginfo:
S:\PREVENTIVI\ANNO_2018\dado_08 04 2018.xls

and this is GetExcelRange:
Image
by damianodec
Tue Jul 10, 2018 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 11
Views: 949

Re: GetExcelRange function

Try this:

Code: Select all  Expand view
? FILE( cPath+cFile )


EMG
by Enrico Maria Giordano
Tue Jul 10, 2018 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 11
Views: 949

GetExcelRange function

hi, I try to use GetExcelRange function and works with file excel on my pc but not work in lan. this works: cPath = "c:\myfolder\"cFile = "myfile.xls"GetExcelRange(cPath+cFile, , , @lOpened ) I have a folder in ...
by damianodec
Tue Jul 10, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 11
Views: 949

Re: GetExcelRange and time

Thank Rao ,
works perfectly :lol:

Maurizio
www.nipeservice.com
by Maurizio
Tue Jan 16, 2018 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 933

Re: GetExcelRange and time

Mr Silvio You stored the values in Excel in text format. So the same text values are read from the range and you do not see any difference. But storing Dates, DateTime values and Time valeus as Text in Excel is not the best practice because these values cannot be used for computations. Mr. Maurizio ...
by nageswaragunupudi
Tue Jan 16, 2018 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 933

Re: GetExcelRange and time

I tried and run ok
Image
by Silvio.Falconi
Tue Jan 16, 2018 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 933

Re: GetExcelRange and time

do you tried to converte in text format ?
by Silvio.Falconi
Tue Jan 16, 2018 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 933

GetExcelRange and time

Hello Rao ,

I use GetExcelRange to import from Excel .
When in Excel I have a column format time ex : 08:50:00
GetExcelRange returns 0.33

Thanks in anticipations
by Maurizio
Mon Jan 15, 2018 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 933

Re: GetExcelRange and decimals

yes of course
by Silvio.Falconi
Wed Nov 22, 2017 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and decimals
Replies: 12
Views: 1149

Re: GetExcelRange and decimals

Sylvio

Did you try with this code?
Code: Select all  Expand view
XBROWSER oRange SETUP ( oBrw:prezzonetto:cEditPicture := "9.999999" )
 
by nageswaragunupudi
Wed Nov 22, 2017 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and decimals
Replies: 12
Views: 1149

Problem to download Excel sheet

... the file : https://drive.google.com/open?id=1UMWM7qbkvNAhFkkaWoQX0zDhzKQH-Uno My test Function Import() Local oRange,lOpened:=.f. oRange := GetExcelRange("C:\Work\Errori\Importa_e_Export\articoli.xls" , , @lOpened) USE ARTICOLI ALIAS AR SELECT AR FW_ExcelToDBF( oRange, nil, .t. ...
by Silvio.Falconi
Wed Nov 22, 2017 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to download Excel sheet
Replies: 2
Views: 688

Re: GetExcelRange and decimals

here I have this : on sheet excel https://s17.postimg.org/whspdbxvz/prezzi.png When run the test https://s17.postimg.org/8o9g8hoxb/test_maurizio.jpg there is something of wrong ... why change the value ? look price articles... the price is changed why it rounds to the...
by Silvio.Falconi
Wed Nov 22, 2017 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and decimals
Replies: 12
Views: 1149

Re: GetExcelRange and decimals

Thanks Enrico and RAO
works with both
Maurizio
by Maurizio
Wed Nov 22, 2017 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and decimals
Replies: 12
Views: 1149
PreviousNext

Return to advanced search