Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP&MS Excel
Message
From
16/05/2005 23:49:17
 
 
To
16/05/2005 03:56:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014374
Message ID:
01014750
Views:
29
Your class sounds very useful, Srdjan. I'll take a look next week when I get back to my computer.

>Hi There :)
>You can also have look at my rep2excel tool here in downloads.
>It is set of wrappers (class object) for writing exel file as you wld write
>3d array.
>You can use predefined templates, write tables,arrays and delimited strings at any desired position in excel file.
>
>.
>oXl.make_cell(1,10,20,'Hello')
>oXl.table_in_section(1,11,22,'myAlias','field1|field2....')
>oXl.array_in_section(1,11,22,'myArray')
>oXl.draw_box(nTop,nLeft,nDown,nRight)
>oXl.paint_box(nTop,nLeft,nDown,nRight,nColor)
>.
>.
>
>and meny other usefull calls for formating cells, inserting graphics etc.
>
>See examples provided already.
>
>Freeware/SourceIncl.
>
>Rgds++
>Sergio
>
>>I need to create a sheet of MS Excel starting from a table of VFP, is it necessary that from my program me can run MS Excel, besides creating the columns and headers of the same ones How I can make it?
>>Thank you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform