Search found 3 matches

by allen
Tue Dec 10, 2019 3:26 pm
Forum: XLSReadWritwII 6
Topic: List index out of bounds (58)
Replies: 1
Views: 4553

Re: List index out of bounds (58)

It's fixed now!
Please download the new!
by allen
Mon Dec 09, 2019 3:40 pm
Forum: XLSReadWritwII 6
Topic: List index out of bounds (58)
Replies: 1
Views: 4553

List index out of bounds (58)

I Test XLSReadWritwII 6, find one exdept: List index out of bounds (58).
It is a sample excel file!

How can I do?
by allen
Fri Nov 01, 2019 6:13 am
Forum: XLSReadWritwII 6
Topic: How to mergecell with XLSReadWritwII 6?(Not nedd answer!)
Replies: 0
Views: 7224

How to mergecell with XLSReadWritwII 6?(Not nedd answer!)

In old version,
XLS.Sheets[0].MergedCells.Add(Col1,Row1,Col2,Row2);

But in XLSReadWritwII 6
It's a error!

-----------------------
Sorry! I write a error! It works well!
XLS.Sheets[0].MergedCells.Add(Col1,Row1,Col2,Row2);