Hiho,
ich hab folgendes Problem:
Das File wird auch erstellt, aber sobald ichs in Excel öffnen will kommt die Meldung
Weiß einer Rat?
Ich hab Excel XP...
Edit: Seh grad is doch nur 2002... Wird das überhaupt unterstützt...?
Übrigens auch nicht wenn ich nur WritableWorkbook workbook = Workbook.createWorkbook(new File("output.xls")); stehen lasse. -.-
ich hab folgendes Problem:
Java:
public static void testmethode(Test test, String filename)
throws IOException, WriteException
{
WritableWorkbook workbook = Workbook.createWorkbook(new File("output.xls"));
WritableSheet sheet = workbook.createSheet("First Sheet", 0);
Label label = new Label(0, 2, "A label record");
sheet.addCell(label);
}
Das File wird auch erstellt, aber sobald ichs in Excel öffnen will kommt die Meldung
Kann Datei nicht lesen
Weiß einer Rat?
Ich hab Excel XP...
Edit: Seh grad is doch nur 2002... Wird das überhaupt unterstützt...?
Übrigens auch nicht wenn ich nur WritableWorkbook workbook = Workbook.createWorkbook(new File("output.xls")); stehen lasse. -.-
Zuletzt bearbeitet: