Click here to Skip to main content
15,886,772 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Its nice to set the width of column in XML for export to Excel using
string builder.
Is it possible to set the border for cell like excel in XML
for export to Excel using string builder.? and How?
Thanks in advance for quick reply.
Posted

1 solution

Wouldn't it be easier to directly write Excel files with the Microsoft Excel Object Library? Here's a series of tutorials on working with Excel files in C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900