Uses 16250K of libraries. Click here for Pure Java version (2518L/16K).
1 | !include once #1028321 // Apache POI |
2 | |
3 | static XWPFDocument loadDocx(File f) ctex {
|
4 | temp FileInputStream fis = newFileInputStream(f); |
5 | ret new XWPFDocument(fis); |
6 | } |
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: | 415 / 552 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |