Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1028322 // loadDocx

JavaX fragment (include) [tags: use-pretranspiled]

Uses 16250K of libraries. Click here for Pure Java version (2518L/16K).

!include once #1028321 // Apache POI

static XWPFDocument loadDocx(File f) ctex {
  temp FileInputStream fis = newFileInputStream(f);
  ret new XWPFDocument(fis);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028322
Snippet name: loadDocx
Eternal ID of this version: #1028322/2
Text MD5: 206463ffe65131c8d08a63b198f9d2a9
Transpilation MD5: ea8f788ea953e42160210b284ad308ae
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-11 19:57:35
Source code size: 169 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 219
Version history: 1 change(s)
Referenced in: [show references]