Closed. This question does not meet Stack Overflow guid开发者_JAVA技巧elines. It is not currently accepting answers.
I am successful in working with Open Office via UNO. Now I want to embed the 开发者_Python百科Open Office library into my Java application, is it possible?Yes you can. You need the OpenOffice SDK.
I have an application the reads excels files and move them to my MS SQL database, via C#. This is a done on a machine that host the MSSQL Server as well as an IIS Arcgis Server. The machine is not ver
I\'m using LibreOffice and I would like to have a column that auto increments by one. Ho开发者_如何学JAVAw can I do that?Simply put your starting number in the first field, A1 for example. Then put =A
Hi Guys I am trying to create a web 开发者_JS百科app to share docs with all editor features (just like google docs).
I have a bunch of Excel files which are updated on a daily basis on a Windows machine. I transfer them t开发者_开发技巧o a Ubuntu machine and want to open them there. Specifically, I want to read the
I am trying to follow a tutorial on converting doc to pdf using openoffice. I have the following code:
I would like use openoffice/mozilla dictionary at own aplication. I tried find dic file format documentation (it seems easy) but I have problem with this. If someone have this kind of documentation I
I have next task. It is necessary to wait of end of editing Microsoft Office files.I use next conventional approach: file is editing开发者_高级运维 While file is busy:
recently I\'ve started to explore the Officebean Library, in other words I\'ve tried to get an simple OOoBean example running.