autofit column in excel sheet

gasomma

Member
Hello to All,

which the best solution for to have different autofit columns in an excel sheet?

Thx.
JCA
 

mrobles

Member
Hi Again

This include file has code useful to interact with excel.
To use it, call the include in the begin of your program.
{excel.i}

With this you can
Open and close excel
Send data RUN pinta(data, reng, col). /* (reng and col are integers) */
Recive data
Format cells
Format columns
Draw borders
Change bold
Underline
Delete a column
Insert a row
Change column size
Change reng size
Change font size

I think it can be useful to you.

Mario Robles
 

Attachments

  • EXCEL.I
    11.7 KB · Views: 64
Top