-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XLM Excel conversion #706
Comments
(Not the dev, just forked), but:
From the XML Builder to ALL options here. Since this just seems like a vanillaJS inline code issue to me; HOWEVER I will assume that you NEED data authenticity and integrity with this .xlsx (I assume) file. |
There weren't any errors actually, i tried to set the font color of the required text but instead it gave me something like this: BR Law Corporation 9 PLACES-899 Place #8-03 PLACES-901 Plaza Singapore 048619 Tel: 65-63881717 Fax: 65-63947398 Email: [email protected] ^ these were the contents of one cell the initial structure of an xml cell i was trying to redact was something like this: There weren't any errors actually, i tried to set the font color of the required text but instead it gave me something like this: BR Law Corporation 9 Monk Place #8-03 Century Plaza Singapore 048619 Tel: 65-63881717 Fax: 65-63947398 Email: [email protected] i'm assuming that i would have to split the text into different tags and subsequently add colour in there for the identified words to redact |
Hey there!
i'm trying to convert an excel to xlm and then replace certain PII information with labels. These labels should be colored red and then finally all the content is converted back to excel
this flow majorly works but i have issues when trying to inject color into the labels
would appreciate any assistance here please :)
The text was updated successfully, but these errors were encountered: