It's fixed now!
Please download the new!
Search found 3 matches
- Tue Dec 10, 2019 3:26 pm
- Forum: XLSReadWritwII 6
- Topic: List index out of bounds (58)
- Replies: 1
- Views: 5109
- Mon Dec 09, 2019 3:40 pm
- Forum: XLSReadWritwII 6
- Topic: List index out of bounds (58)
- Replies: 1
- Views: 5109
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?
It is a sample excel file!
How can I do?
- Fri Nov 01, 2019 6:13 am
- Forum: XLSReadWritwII 6
- Topic: How to mergecell with XLSReadWritwII 6?(Not nedd answer!)
- Replies: 0
- Views: 7710
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);
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);