Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 7, 2023 09:53
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 bjoerntx/0e7c7eaac50b1035babfac8fda76c0db to your computer and use it in GitHub Desktop.
Save bjoerntx/0e7c7eaac50b1035babfac8fda76c0db to your computer and use it in GitHub Desktop.
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings() {
DocumentPartName = "2021"
};
textControl1.Selection.Load("cashflow.xlsx", TXTextControl.StreamType.SpreadsheetML, ls);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment