Search found 2 matches
- Wed Jul 04, 2007 10:46 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Read data from merged cells
- Replies: 2
- Views: 4302
Hello This is how it shall work. The data of merged cells is stored in the upper left cell. Lars Arvidsson OK I managed to solve this by using MergedCells field. What I needed is that when importing a merged cell containing any value, this value should go to all the cells that were merged. e.g. if ...
- Sun Jun 24, 2007 3:02 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Read data from merged cells
- Replies: 2
- Views: 4302
Read data from merged cells
Does XLSReadWriteII handles the case of reading merged cells? Because now it seems that when reading an excel file which contains merged cells, it associates the read data on the first cell, and the rest of the merged cells are considered to be empty. For example here is a small code where I read th...