In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you "Java how to convert Excel to OFD format", the content is easy to understand, clear, hope to help you solve your doubts, the following let Xiaobian lead you to study and learn "Java how to convert Excel to OFD format" this article.
OFD is an English abbreviation of Open format document (Open Fixed-layout Document), and it is the national format standard of layout document in China. This article shows how to convert Excel to OFD format through the Java back-end program code. The steps are as follows.
Import jar package
Methods in the 1:maven program, import by configuring pom.xml, as follows:
Com.e-iceblue https://repo.e-iceblue.cn/repository/maven-public/ e-iceblue spire.xls 4.12.2
Method 2: download the jar package locally, decompress it, find the jar file under the lib folder, and import it manually by following the steps in the figure below:
Excel to OFD
Here, the format conversion can be achieved in only three lines of code, that is,
Instantiate an object of the Workbook class.
Load the Excel workbook through the Workbook.loadFromFile () method.
The Excel is converted to OFD format through the Workbook.saveToFile () method and saved to the specified path.
Import com.spire.xls.*;public class ExcelToOFD {public static void main (String [] args) {/ / load Excel Workbook workbook = new Workbook (); workbook.loadFromFile ("input.xlsx"); / / Save as OFD workbook.saveToFile ("output.ofd", FileFormat.OFD);}}
The OFD document is generated after executing the program, as shown in the figure:
The above is all the content of the article "how Java converts Excel to OFD format". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.