Skip to content

Snailya/vsto-technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vsto.Technology

Vsto.Technology将为Excel单元格右键菜单增加额外功能按钮。

功能

  • 生成 将用户所选单元格应用至模板生成新的工作簿。 模板路径由app.config中TemplatePath指定。
  • 生成子表 Split user selection range by distinct values at Column B into different children sheets and update the origin sheet linking with these children sheets. Then add headers for each child sheet. The header is specificied as the top 4 rows of the origin sheet with a column width the same as user selection range. You can split the whole origin sheet or just split part of that, while the link will only be generate if it has been split.

安装准备

安装

运行Release页面中的setup.exe

问题

  • System.ArgumentOutOfRangeException: 指定的参数已超出有效值范围 清空C:\Users\%Username%\AppData\Local\Apps\2.0内文件.

Vsto.Technology

Vsto.Technology is an excel add-in for generating quotation related excel sheets. It works by providing one or more commandbar controls on the right click menu of cell.

Feature

  • Generate quotation workbook. Create a new quotation workbook using template then add user selection range to each sheets. Workbook template can be specified by TemplatePath in app.config.
  • Generate children sheets. Split user selection range by distinct values at Column B into different children sheets and update the origin sheet linking with these children sheets. Then add headers for each child sheet. The header is specificied as the top 4 rows of the origin sheet with a column width the same as user selection range. You can split the whole origin sheet or just split part of that, while the link will only be generate if it has been split.

Installation Requirements

Installation

Run setup.exe.

Troubleshoot

  • System.ArgumentOutOfRangeException: Argument is out of range. Please clear files inside C:\Users\%Username%\AppData\Local\Apps\2.0.

About

For Personal Use

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages