问题标签 [aspose-cells]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
aspose-cells - 运行 GroupDocs 示例“Java 查看器 - 示例 Dropwizard”时“找不到 com.aspose:aspose-email:jar:5.3.0.0”
我正在尝试运行此示例“GroupDocs Java Viewer - Sample Dropwizard”从此处下载
它需要这些 jar 文件:
- aspose-email-5.3.0.0.jar
- aspose-imaging-2.9.0.jar
- aspose-words-15.6.0.jar
- aspose-slides-15.5.1.jar
我在这里找不到它们 maven.aspose.com
我找到了带有 jdk16 的罐子,但仍然有同样的错误:
无法在项目 groupdocs-viewer-dropwizard 上执行目标:无法解析项目 com.groupdocs.samples:groupdocs-viewer-dropwizard:jar:2.12.0 的依赖项:无法解析以下工件:com.aspose:aspose-电子邮件:jar:5.3.0.0,com.aspose:aspose-imaging:jar:2.9.0,com.aspose:aspose-slides:jar:15.5.1,com.aspose:aspose-words:jar:15.6.0:http://repository.springsource.com/maven/bundles/external中找不到 com.aspose:aspose-email:jar:5.3.0.0 失败 缓存在本地仓库中,直到 com 的更新间隔才会重新尝试解析.springsource.repository.bundles.external 已过期或强制更新 -> [帮助 1]
aspose-cells - 将验证添加到整个列
在我当前的项目中,我需要在整个列上创建一个带有列表验证的 excel 文件。谷歌搜索出现以下两个结果:
http://www.aspose.com/docs/display/cellsnet/Working+with+Validations+in+Columns
这指的是实际上具有 worksheet.Columns[n].Validations 属性的 aspose.cells.griddesktop。Aspose.Cells 没有。
http://www.aspose.com/docs/display/cellsjava/Data+Filtering+and+Validation 所有示例都使用需要开始行和结束行的 CellArea。
我错过了什么?
aspose-cells - 工作表范围不包含新创建的范围
在我当前的项目中,我想查找工作表的范围,但该lookupWorksheet.Cells.Ranges
属性不包含任何元素,而 Workbook.Worksheets.GetNamedRanges() 包含。
我的初始代码是
我不得不把它改成更复杂的
范围是由代码之前创建的有关系吗?
我是否必须在某个地方“提交”该范围?
aspose-cells - Cell.Formula gives #name error until user selects formula
In my program I create an excel file with a formula containing a reference to a table (listobject). When opening the resulting excel file the formula shows the #NAME?
error until the user selects the formula and exits it again.
First I do:
When I open the resulting workbook in excel the formula for A2 is slightly changed in capitalization:
When focusing the formula and exiting again the formula becomes
What's the source of the capitalization?
What am I missing?
UPDATE
I've been able to narrow the problem down to the fact that the formula breaks when the referenced table is on another tab than the formula. When I move it to the same tab everything works as expected.
Updating the aspose.cells library to the most current version of aspose.cells (8.6.0.0) didn't help.
Adding a tab reference to the referenced (lookup!personData) name is invalid.
Posted short post and example code on Aspose forum as requested: http://www.aspose.com/community/forums/permalink/658097/658097/showthread.aspx#658097
c# - Aspose Cells - 保留 CSV 中的前导零
我正在使用 Aspose 单元进行非常简单的报告。问题是我有一些具有前导零的字段。在 CSV 中打开时,我看不到前导零。如果我看文字,我可以看到零
任何想法如何保持前导零
谢谢。
aspose - 使用性能良好的 Aspose 创建 pdf 文件
我有网络应用程序,我正在使用 Aspose 使用大约 15 列的 Excel 模板文件创建 pdf。我能够成功创建 pdf,但这需要花费太多时间。例如。对于 28K 记录,需要 2.5 到 3 分钟。
使用这种方法 -
任何改进/提高性能的输入/步骤?
aspose - aspose.cells中的动态格式生成excel
是否可以创建条件格式或类似的格式,格式取决于单元格的值?
例如,当单元格值为“#000000”时,单元格的背景颜色应为黑色。
可以对单元格值设置条件,但我没有找到任何格式为动态的示例。并且没有为每种可能的十六进制颜色创建格式的选项=)
c# - aspose excel GetCellIndex索引超出空单元格的范围
我正在使用 Aspose Cells 从每一行的 excel 文件中获取数据 我有这样的数据
当我尝试从行中读取联系人时
代码给了我应该返回“”的“用户”,然后
实际上应该返回“用户”但是这一行抛出 IndexOutOfBoundException 。
似乎 aspose 跳过了空单元格。谁能帮我这个 ?
aspose-cells - Aspose.Cells 中的自动求和列
我是 Aspose.Cells 的新手,我遇到了如何在 Aspose.Cells 的列上使用自动求和的问题。如果有人可以帮助我,这将非常有帮助。
谢谢。