DC_Array2Excel

This forum is for eXpress++ general support.
Post Reply
Message
Author
Paul
Posts: 2
Joined: Fri Jan 29, 2010 12:19 am

DC_Array2Excel

#1 Post by Paul »

Hello Roger

can you change in the function DC_Array2Excel the line

cRange := 'A' + Alltrim(Str(nStartRow)) + ':' + Get_Excel_Column_ID(nColumns) + LTrim(Str(nRows+nStartRow))
into
cRange := 'A' + Alltrim(Str(nStartRow)) + ':' + Get_Excel_Column_ID(nColumns) + LTrim(Str(nRows+nStartRow-1))

because it is 1 line too much.

thanks
Paul

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_Array2Excel

#2 Post by rdonnay »

Done! Change will be in next release.
The eXpress train is coming - and it has more cars.

Post Reply