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

6
LINES

< > BotCompany Repo | #1028323 // saveDocx

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

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

!include once #1028321 // Apache POI

svoid saveDocx(XWPFDocument document, File f) ctex {
  temp FileOutputStream out = newFileOutputStream(f);
  document.write(out);
}

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: #1028323
Snippet name: saveDocx
Eternal ID of this version: #1028323/2
Text MD5: 57056fb17757b503b4fb41b1bf91d393
Transpilation MD5: f9ce12ae1d526b5687190a6ac4076a24
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:58:51
Source code size: 174 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 223
Version history: 1 change(s)
Referenced in: [show references]