Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 21, 2019 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/32e4d3beee162b4c82a1b485de1a94a1 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/32e4d3beee162b4c82a1b485de1a94a1 to your computer and use it in GitHub Desktop.
using (Converter converter = new Converter("sample.docx"))
{
SpreadsheetConvertOptions options = new SpreadsheetConvertOptions();
converter.Convert("converted.xlsx", options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment