问题标签 [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.

0 投票
1 回答
1023 浏览

asp.net-mvc - IE 8 中的 XlsSaveOptions(SaveFormat.Excel97To2003) 问题

我正在 MVC 项目中生成报告。用户可以选择以 .pdf 格式或 .xls 格式获取报告

我正在使用 Aspose.Cells 生成 Excel 文件。调用下面的 ActionResult 方法。

register.GetReport() 仅确定是否调用 GetExcelVersion() 或 GetPdfVersion()。

这在 Firefox 和 IE10 中很有用,但是在 IE8 上进行测试时,我从 Excel 收到以下警报:-

您尝试打开的文件“XXXXX”的格式与文件扩展名指定的格式不同。在打开文件之前,请确认文件没有损坏并且来自受信任的来源。您现在要打开文件吗?是/否

关于我做错了什么的任何想法?

干杯!

0 投票
1 回答
747 浏览

java - Excel到图像转换

我想将我的 excel 文件及其实体(图表、表格、图像)转换为 jpeg/png 图像。目前正在为此使用 aspose。这是我的代码

我的问题是输出图像的大小要么分成多个 A4 大小或单张 1 取决于值

谁能告诉我如何自定义输出图像文件的大小?

0 投票
1 回答
1925 浏览

java - Is it possible to unlock specific cells in a protected sheet (Using Aspose)

I'm using Aspose-Cells and java to export excel templates in my system.

In this particular situation I'm generating a spreadsheet where I have two sheets that I want to protect. In one of them, I need to let the user edit only 4 cells. All the rest should be protected. The simplest implementation should be:

  1. protect the sheet
  2. unlock each cell I want to let the user edit.

The problem is that I was searching to check if it's possible to do this (protect the entire sheet and unlock only a few cells) and it seems to not to be possible. Please.. tell me I'm wrong and there's a way to do this, otherwise I'll have to lock all the existing cells in the sheet and unlock only 4 of them.. For my experience using another library (PHPExcel), it seems to be very costly in terms of performance (I had to apply it for 1000 rows and more then 40 columns, so it was really costly).

0 投票
1 回答
1347 浏览

c# - Aspose.Cells 如何读取/创建 MS Excel 文件

它是否依赖于作为可再发行包安装的 COM 接口或 OleDb 之类的东西,还是直接读取Excel 二进制文件格式

在我将它安装到我的服务器之前,我只想知道它是如何工作的。

0 投票
1 回答
1149 浏览

.net - 是否有一种 Aspose 方法可以从 Excel 中的单元格中获取文本,包括换行符/回车符?

我有一个 Excel 表,其中包含单元格中带有换行符的数据。因此,例如,文本

会出现在一个单元格中-为简单起见,我们说“A1”。

string使用 Aspose 和以下代码将其拉入变量

这不是让换行符value1看起来value2The quick brown fox jumps over the lazy dog

是否有一种 Aspose 方法可以从 Excel 中的单元格中获取文本,包括换行符/回车符?

0 投票
1 回答
2374 浏览

c# - Aspose.Cells for .NET 启用数据过滤

我刚开始使用Aspose.Cell.NET 的库,在查找有关如何为输出 Excel 表启用数据过滤的文档时遇到了一些问题。

我了解此功能已内置Aspose.Cells.GridWeb并记录在此处(http://www.aspose.com/docs/display/cellsnet/Data+Filtering),但是我无法使用此命名空间生成启用此过滤的文档。

这个功能是不可能通过使用来实现的Aspose吗?

0 投票
1 回答
6016 浏览

c# - 如何从 HttpInputStream 获取 docx 文件的字节数组?

我正在使用这篇文章中第一个答案的方法:如何从 HttpPostedFile 创建字节数组,但由于某种原因它不适用于 .docx 文件。

在 .docx 文件fileData上显示为{byte[0]},但它适用于 pdf、excel 文件 (xlsx)、2007 年前的 word 文件 (doc) 和图像(即值大于零)。保存到数据库中,fileData 是0x.

如何从 HttpInputStream 获取 docx 文件的字节数组?

更新
我的 web.config 配置为

这适用于大于 4MB 的 xslx 文件,但不适用于小于 80KB 的 docx 文件。

更新 2
我可以使用此处解释的方法来填充 fileData:http: //msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.fileupload.postedfile.aspx

但是,如果我将该字节数组保存到数据库并尝试写入文件,则它已严重损坏。在这种情况下保存到数据库中看起来像0x00000000000000000000000...

更新 3
这是整个控制器方法,虽然我认为没有必要看到整个事情:

0 投票
1 回答
593 浏览

java - 在 Java 中使用 Aspose 单元创建动态工作表?

我在我的应用程序中使用 aspose-cells.jar 进行 Excel 导出。我被困在需要在模板中动态创建工作表的地方。我原来的 Excel 模板包含 2 张纸。

  1. Sheet1 包含表格和饼图。
  2. Sheet2 包含表格和饼图的数据。

根据所选样本数据的数量,必须克隆这些工作表,即假设选择了两个日期:

  • Sheet1 应包含第一个日期的图形和饼图。
  • Sheet2 应包含第二个日期的图表和饼图。

  • Sheet3 应包含第一个日期的数据。
  • Sheet4 应包含第二个日期的数据。
0 投票
1 回答
824 浏览

java - 假设单元格读取表格标题行

我怎样才能检索excel表格标题行。
我能够检索除表标题行之外的所有行。
代码

0 投票
1 回答
968 浏览

aspose-cells - Aspose Cells - 更改命名范围参考

我有一个命名范围,当前指的是工作表中的 A1:I8。我想将其更改为引用工作表的更大部分。有谁知道 Aspose 中的一种方法可以做到这一点?或者让我删除 Aspose 中现有范围的方法?