다음으로 시작하는 Microsoft Office XML이 있습니다.
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
명령줄을 사용하여 적절한 .xls 또는 .ods 스프레드시트로 변환하는 방법은 무엇입니까?
답변1
저는 Microsoft 소프트웨어에 대해 전혀 모르지만 작업에 도움이 될 것으로 예상되는 옵션을 libreoffice
제공합니다 .--convert-to
$ libreoffice --convert-to ods filename.xml
추가 자료:
xml
로 변환하기 위해 xls
방금 다음 Java 변환 도구를 찾았습니다.xml2xls