https://issues.apache.org/bugzilla/show_bug.cgi?id=57479

            Bug ID: 57479
           Summary: [PATCH] Typo in HSSFWorkbook javaDocs
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32387
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32387&action=edit
The patch for HSSFWorkbook

Hi all,

- Please find attached patch for repeated spelling mistake.

- Also, why the patch.xml doesn't detect changes in
src/documentation/content/xdocs/spreadsheet/quick-guide.xml

The below are outdated samples:

    -  NPOIFSFileSytem fs = new NPOIFSFileSystem(new File("file.xls"));
    -  HSSFWorkbook wb = new HSSFWorkbook(fs.getRoot());
    +  NPOIFSFileSystem fs = new NPOIFSFileSystem(new File("file.xls"));
    +  HSSFWorkbook wb = new HSSFWorkbook(fs.getRoot(), true);
       ....
       fs.close();

       // HSSFWorkbook, InputStream, needs more memory
    -  NPOIFSFileSytem fs = new NPOIFSFileSystem(myInputStream);
    -  HSSFWorkbook wb = new HSSFWorkbook(fs.getRoot());
    +  NPOIFSFileSystem fs = new NPOIFSFileSystem(myInputStream);
    +  HSSFWorkbook wb = new HSSFWorkbook(fs.getRoot(), true);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to