B4J Library XLUtils / jPOI 5 - Read and write MS Excel workbooks - Erel    Aug 4, 2024   (40 reactions) on the Excel program.
- jPOI - This is a wrapper for Apache POI.
- XLUtils - A b4xlib (B4J only) that adds more features and utilities.
jPOI is not a new library, however a new version is included here.../poi5_dependencies.zip
- Download XLUtils. It includes the updated jPOI. Put them in the additional... B4J Question Example code to read a Word Document with jPOI Library - Fr Simon Rundell (first post)    Jun 3, 2020 I have collectived what appear to be all the dependent jars into one zip file for use by others, but... B4J Question jPOI for Tables in Word - Patent (first post)    Jan 5, 2020   (1 reaction) with MS-Word!:rolleyes:
I did it with Erel's Hint:
Here is the snip for others who want do some similar: (here: set the Columns Width for a Table in docx Documents)
Requires jPOI Lib
Greets
Sub... B4J Question write in Microsoft Word... - Roberto P.    Oct 15, 2015 Hi
There is a library to write in a word file? as the library JPOI?
thanks... Wish A few words about feature requests - Erel    Jul 17, 2016   (49 reactions) All members are more than welcome to suggest new feature requests. All requests are read and considered. Many of them will be eventually implemented. However please do understand and respect the fact that I prefer not to reply to feature requests. There are several reasons for that but the main one is that in most cases the only answer that I can provide is that the feature might be added in the ... B4J Question Libre/Open Office API interfacing - Quandalle (first post)    Mar 17, 2022   (1 reaction) You can use the "JACOB" library which makes the interface between java world and the COM object model. For examples do a search on the B4X forum with "JACOB". Maybe another solution would be to use the JPOI library which is able to manipulate Word documents and does not need to have the word program installed. For examples do a search on the B4X forum with 'JPoi word'.... B4J Library jPOI - Supports Microsoft Excel xls and xlsx Workbooks - Erel    May 25, 2021   (22 reactions) Edit: This is the old version. The new version which has some small non-backwards compatible changes is available here: https://www.b4x.com/android/forum/threads/129969 Copy jPOI.jar / xml to the internal libraries folder. jPOI is based on Apache POI project: http://poi.apache.org/ Currently....b4x.com/android/forum/threads/jexcel-library.35004/ Advantages of jPOI: Supports both xls and xlsx.... Supports password protected workbooks. A bit simpler to use. The disadvantage of jPOI... B4J Tutorial [XLUtils] Creating MS Word Documents - Erel    Jun 21, 2021   (21 reactions) depend on MS Word being installed. All other methods are based on jPOI (Apache POI) and do not depend...115104
XLUtils v2.00 adds support for creating MS Word documents, and converting Word documents to... with B4X smart strings feature.
Full example:
Dim wd As WordUtils
wd.Initialize
Dim doc As WordDocument... B4A Question B4X - Barcode to PC - aeric (first post)    Mar 15, 2023 inserting into Excel, word We have XLUtils / JPOI... B4A Question There's a b4a library which allows me to edit/view docx file's? - Erel (first post)    Sep 20, 2018 There is no such library in B4A. B4J jPOI library can read Word documents.... Page: 1   2   3   4   5   6   7   |