Skip to content

Instantly share code, notes, and snippets.

@conholdate-gists
Created June 5, 2024 21:20
Show Gist options
  • Save conholdate-gists/588aec61a6ae6912d44d569ae505e93d to your computer and use it in GitHub Desktop.
Save conholdate-gists/588aec61a6ae6912d44d569ae505e93d to your computer and use it in GitHub Desktop.
Convert TXT to JSON | TEXT to JSON Converter
// Load the input TXT file
Workbook workbook = new Workbook("input.txt");
// Convert TXT to JSON
workbook.Save("XML.xml", Aspose.Cells.SaveFormat.Xml);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment