开发者

How to insert more than 256 columns in a Open Office Calc sheet using c#?

开发者 https://www.devze.com 2022-12-22 10:25 出处:网络
HI! friends I have table c开发者_如何学Goontains 457 columns i need to ecport this table data to Open Office Calc spreadsheet.

HI! friends

I have table c开发者_如何学Goontains 457 columns i need to ecport this table data to Open Office Calc spreadsheet. Uisng c# in asp.net

Can any one please help me.

Thank You!


Split it across sheets...

( But 457 COLUMNS??? smells bad!)


You can't force Excel or OpenOffice to accept more columns than what is built in. Extraneon is right that only the latest versions of the office suites accept more than 256 columns so you could try that. But otherwise, you may have to rethink what you need to do.


I would try very hard to make 2 spreadsheets,each with the index column and header of course, and split the columns over them. Perhaps even a third sheet sosummarize important columns & sums if you need those. That's not only more portable but more importantly more readable for users.

If different parties read the sheet (finance, sales, marketing, management) you could even make a sheet for each of those, only with the columns for these people. This is obviously no a technical solution, but spreadsheets are designed for humans so it makes sense to format them for readability.

And if you do need more than 256 columns you're stuck to openoffice 3.0 and higher.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号