android jxlapi - 在createworkbook上获取IOexception

时间:2011-08-02 03:26:32

标签: android

只是一些简单的代码...

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是有效的,因此该片段还有其他原因 抛出异常?

0 个答案:

没有答案