Coder Social home page Coder Social logo

Comments (2)

 avatar commented on May 12, 2024

几个问题反馈:
1、设置边框线的时候第一列左边框与第一行上边框设置无效,猜测因为与行、列标题相接部分处理的问题。
2、如果只设置左或右边框,中间会有一个像素的空白,连续单元格之间的仅设置左右边框时看起来就是不连续的,这部分在打印效果上会有些问题。
3、在设置列宽时,如果单元格为“折行显示”,当设置的列宽不足以显示一个字符宽时整个表格会崩溃。在列宽设置或做导入时,可能需要增加对列宽设置时的判断,无法使用折行模式时需要改为其他模式。另外:目前溢出模式与截断模式相同,溢出模式时未显示多出的字符到后续单元格浮层上。

  1. 与excel保持一致的,可参考excel
  2. 空白问题后续版本会修复
  3. 折行显示bug正在修复。溢出暂时不支持,后续版本会加上

from luckysheet.

SuyongSun avatar SuyongSun commented on May 12, 2024

对于第一点明白处理上同excel,只是在网页端使用中会有几个问题,比如:
luckysheet的截图功能应该是用html2canvas做的,那么截图中第一行的上边线与第一列的左边线就会截取不到。
同理如果打印也是用这个方式来获取打印区域进行打印,同样会丢失上边线和左边线。

以上供参考。

from luckysheet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.