Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active August 4, 2022 07:04
Show Gist options
  • Save aspose-com-gists/ec3058f18313358c2b558797b477f51e to your computer and use it in GitHub Desktop.
Save aspose-com-gists/ec3058f18313358c2b558797b477f51e to your computer and use it in GitHub Desktop.
Convert TXT File to XML in Java
// Load Excel file
Workbook wb = new Workbook("text.txt");
// Save as JSON
wb.save("TXT_to_XML.xml", SaveFormat.XML);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment