dream-num / univer

Univer is an open-source alternative to Google Sheets, Slides, and Docs

Home Page:https://univer.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] the generated html does not include slash border style

huazhuwang opened this issue · comments

Before you submit this issue, have you checked the following

  • Is this really a problem?
  • I have searched the Github Issues for similar issues, but did not find anything.

Affected packages and versions

0.1.14

Reproduction link

  1. apply slash border
    image
  2. execute univerAPI.getActiveWorkBook().getActiveSheet().getRange(0,0,2,2).generateHTML() structure is incorrect
    image

Expected behavior

the generated html could include slash border style.

Actual behavior

the generated html does not include slash border style

System information

No response

commented

This line type is one of our features, but it is not one of the border types in HTML. Therefore, we do not provide replication for non-W3C standard attributes. If there is strong demand in the future, we will consider supporting it.