只是一些简单的代码...
public void writeExcel(String filePath, java.lang.Boolean exportExercise,
java.lang.Boolean exportClass, java.lang.Boolean exportNotes,
java.lang.Boolean exportRecords) throws IOException, WriteException {
Cell cell;
WritableWorkbook workbook = Workbook.createWorkbook(new File(filePath));
...
...
我收到了IOException。 filePath是有效的,因此该片段还有其他原因 抛出异常?