DOCX
JPG
PDF
XML
MPX
XLSX
Chuyển đổi MPX sang XLSX qua Java
Xuất Microsoft Visio MPX sang XLSX bằng thư viện Java gốc mà không có Office Automation.
Cách chuyển MPX sang XLSX bằng Java
Để hiển thị MPX sang XLSX, chúng tôi sẽ sử dụng
API là một API chuyển đổi giàu tính năng, mạnh mẽ và dễ sử dụng cho nền tảng Java. Bạn có thể tải xuống phiên bản mới nhất của nó trực tiếp từ
và cài đặt nó trong dự án dựa trên Maven của bạn bằng cách thêm các cấu hình sau vào pom.xml.
Kho
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
Sự phụ thuộc
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>version of aspose-tasks API</version>
<classifier>jdk17</classifier>
</dependency>
Các bước chuyển đổi MPX sang XLSX qua Java
- Tải tệp MPX với lớp Dự án
- Gọi phương thức Project.save
- Chuyển đường dẫn tệp đầu ra & SaveFileFormat làm tham số
Yêu cầu chuyển đổi
- Microsoft Windows hoặc hệ điều hành tương thích với Môi trường thời gian chạy Java cho Ứng dụng JSP / JSF và Ứng dụng máy tính để bàn.
- Tải phiên bản mới nhất của Aspose.Tasks cho Java trực tiếp từ Maven.
Mã nguồn chuyển đổi MPX sang XLSX Java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// load the MPX in an object of Project class | |
Project project = new Project("template.mpx"); | |
// save MPX as XLSX | |
project.save("output.xlsx", SaveFileFormat.XLSX); |
Ứng dụng miễn phí để chuyển đổi MPX sang XLSX
Convert MPX to XLSX right now by visiting our Live Demos website.The live demo has the following benefits
No need to download Aspose API.
No need to write any code.
Just upload your MPX file, it will be converted instantly to XLSX.
You will get the download link.