public class ExcelWriter
extends java.lang.Object
| Constructor and Description |
|---|
ExcelWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
export(java.lang.String title,
java.util.List<java.util.List<java.lang.Object>> rows,
java.io.File file) |
public static void export(java.lang.String title,
java.util.List<java.util.List<java.lang.Object>> rows,
java.io.File file)
throws java.io.IOException
title - of the sheetrows - to be exportedfile - to save the sheet tojava.io.IOException - if file could not be created