Hello everyone
This problem is driving me crazy. I am trying to create a small xlsx-file. Inserting data works just fine, but when I try to format a cell, I get an error when I open the created xlsx-file afterwards. There has to be something wrong with the styles.xml. Below you will find the code.
Can somebody help me out?
public class XlsxCreator {
private static Worksheet sheetfinal;
private static WorksheetPart sheet;
private static ...

News of Forums