Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
671 Views, 3 Replies

Ilogic read excel cell with format

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é