Message 1 of 4
Ilogic read excel cell with format

Not applicable
08-17-2016
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is it possible to read excel cells with the format (different fontsizes, underlined words,...)
At the moment i am using this code:
SyntaxEditor Code Snippet
GoExcel.FindRow("\\SV-VAULT2\VaultDaten\Vorlagen allgemein\Beschriftung Zeichnungskopf.xlsx", "Tabelle1", "Parameter", "=", "SYMBOLTEXT1") iProperties.Value("Custom", "SYMBOLTEXT1") = GoExcel.CurrentRowValue(Sprache)
But i can read the information only and not the excel format.
Thanks in advance!
André