Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] PowerBI blob export - Cell styles not identical in ExcelJS #2742

Open
slussier opened this issue Apr 11, 2024 · 0 comments
Open

[BUG] PowerBI blob export - Cell styles not identical in ExcelJS #2742

slussier opened this issue Apr 11, 2024 · 0 comments

Comments

@slussier
Copy link

slussier commented Apr 11, 2024

馃悰 Bug Report

I'm using ExcelJS to concat all my PowerBI Blob into a single workbook. PowerBI return this font style structure:

<font>
    <b val="0"></b>
    <i val="0"></i>
    <strike val="0"></strike>
    <u val="none"></u>
    <sz val="11"></sz>
    <color rgb="FF666666"></color>
    <name val="Segoe UI"></name>
</font>

Since ExcelJS seems to not support val="0" for style font, all cells are bold, italic and striked.

Lib version: 4.4.0

Steps To Reproduce

You can use PowerBI exporter and use this file. Otherwise, create an Excel File and add <i val="0"></i> on xl/styles.xml and use this to import this sheet in a new ExcelJS wokbook.

The expected behaviour:

Cell style font with val="0" shouldn't apply on cell.

@slussier slussier changed the title [BUG] PowerBI blob export - Cell styles not identital in ExcelJS [BUG] PowerBI blob export - Cell styles not identical in ExcelJS Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant