How to take excel database and put data into word template automatically? -
I am trying to create a membership list in MSExcel 2013 which automatically or "rendering" the document, each The value of each column in the specified position on the template - on a new page in the Word on the template will move the line.
The purpose of this membership list is to send the payment amount to each member. I like being able to do this without using external coding (unless it is easy to do with Python).
I am now learning to read Excel files in Java.
There is a library that I imported. You can download the library at the link below. Import jxl.jar into your library this is a zip file Add it to the project directory This video I liked to install it
The zip file contains a tutorial that I am currently reading. There is a workbook, sheet, and cell class with which I am working. I am going through the tutorial file at the moment I hope this will help you get started.
Comments
Post a Comment