Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2700
Problems exporting a Worksheet with merged cells
posted

Hi,

 

I have an application where the user can create a template XLS file and then the application reads the template into a Workbook.

The code then writes data values into the first worksheet abd writes the resultant spreadsheet out to disk.  This all works fine so long as the template does not have merged cells.  If I try to write a data value to a merged cell there are no errors but when I look at the cell in the resultant spreadsheet it is blank.

It is possible to set the value of a merged cell and have it saved in the export?