-
Notifications
You must be signed in to change notification settings - Fork 514
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
add table HeaderRowCount attribute #26
Open
chen1tian
wants to merge
22
commits into
OpenXmlDev:vNext
Choose a base branch
from
chen1tian:vNext
base: vNext
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
233edb1
add table HeaderRowCount attribute
chen1tian 6ea34d8
发布包到本地nuget
chen1tian a8b6601
增加组合图表的测试代码
chen1tian cd07a05
优化MoveSecondChartSeries后修改旧series的代码
chen1tian 691d2f2
增加打包脚本
chen1tian c993302
修正第二坐标轴为折线图时,不展示线条的问题
chen1tian f5b3ede
修复当次级坐标轴为折线图时,线条不显示的问题
chen1tian f219e4c
remove build script for local nuget server
chen1tian 220bf32
Merge branch 'EricWhiteDev:vNext' into vNext
chen1tian 1594363
修复次轴图表展示不争取的问题。
chen1tian efa7bfb
更新版本
chen1tian 3216baa
nuget包版本增加
chen1tian 6c4d029
Merge branch 'vNext' of https://github.com/chen1tian/Open-Xml-PowerTo…
chen1tian 31b7524
如果没有找到次轴序列则抛出异常
chen1tian 5b4cf01
增加图片替换功能
chen1tian 9bbb759
重构图片更新器,增加byte[]参数的输入
chen1tian a7822a4
增加图片替换
chen1tian 1dfc59f
修正替换图片时候,将其他图片全部替换的问题
chen1tian e7926ce
图片替换后,去掉包围图片的自定义控件
chen1tian 7fab0b1
修改图片时候,更新宽度和高度
chen1tian 30b04c6
图片替换时,可以设置宽高
chen1tian c42056c
更新版本号
chen1tian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nuget push C:\Work\github\Open-Xml-PowerTools\OpenXmlPowerTools\bin\Release\*.nupkg -ApiKey 123.123a -Source http://nuget.cefcfco.com | ||
pause | ||
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Binary file modified
BIN
+3.72 KB
(130%)
OpenXmlPowerToolsExamples/DocumentAssembler02/TemplateDocument.docx
Binary file not shown.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guess this shouldn't be here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you`re right, this is build script for my local nuget server. I will remove it soon.