Open
Conversation
新建的Excel文件,每个格子会自动创建一个<alignment horizontal="center" vertical="center"/>(垂直居中),但此时并没有添加applyAlignment属性,这将造成读取时丢失默认的垂直居中样式,并且此问题无法在读取动作后得到有效的解决,所以建议此处不管有没有applyAlignment属性,都应该尝试去读取,而且因为QXmlStreamReader::readNextStartElement函数的特性,此处的尝试读取并不会对原功能造成任何影响
QXlsx增加了对打印页边距的支持,但是却没有在复制sheet的时候将打印页边距属性一并复制,这违背了复制的含义,建议修改
Member
Dear @YuanDad Can you write the content in English? I don't know Chinese. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
尝试修复默认样式的丢失和复制的不完全