问题标签 [excelpackage]
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.
c# - 使用带有格式的excel包编写excel
我想使用来自的 excel 包编写 excel 文件System.Data.DataTable
并且需要在excel文件中格式化一些单元格,比如背景颜色。
我怎样才能做到这一点?
c# - 无法使用 C# 使用 ExcelPackage 创建带有撇号的 XLSX
我正在使用Excelpackage.codeplex.com
创建 xlsx。
当用撇号 (') 写一个字符串时,我得到一个System.Xml.XPath.XPathException
异常。
如何使用该包编写带有 ' 的 xlsx 单元格?
excel - EPPlus - saving InvalidOperationException
I'm trying to save a file using EPPlus, but I keep getting an InvalidOperationException on the Save() line.
The InnerException says "Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index".
The Excel file has very little in it - just a few drawing items really - rounded rectangles, textboxes, and then two cells with some data in them.
Anyone got any ideas what could be causing this?
Thanks
.net - .NET EEPLUS ExcelPackage DataValidation ListValidation 因大列表而失败
我正在使用 EEPLUS 导出用于该 DataValidation 列表的预格式化 Excel,但在大型列表中出现错误,这是代码:
如您所见,我正在使用 DataValidation ListValidation 创建 3 列,其中第 2 列和第 3 列。第二列效果很好,但是我添加 200 个项目的 3r 创建了 Excel 工作簿,但是当我尝试打开时出现错误。物品数量有限制吗?是 Excel 限制或 EEPLUS 限制还是我的代码有问题?
英文 sai 类似:Excel 发现无法阅读的内容...您要恢复图书内容吗?...
谢谢你
c# - 使用 ExcelPackage 更改列的宽度和高度
我正在为我的 NopCommerce 网店编写一些代码,需要导出一个 Excel 表。
我正在尝试编辑列的宽度,以便文本适合。我已经尝试了以下代码(对于 26 列):
代码执行并且列的宽度是 45,所以你可以说它有效。但它在启动时给了我以下错误:
我怎样才能摆脱这个错误?
提前致谢!
c# - 写入电子表格单元格的 OpenOfficeXML 和 HTML
我一直在尝试使用ExcelPackage OpenOfficeXML和 c#将 html 内容写入 Excel 电子表格的单元格 。
我收到错误消息,指出输入字符串的令牌无效。有没有人遇到过类似的事情?
直接在 Excel 中保存 html 工作正常。
我不想使用 html 编码,因为内容必须是可读的形式。
c# - Force Landscape ExcelPackage c#
I wanted to generate Excel sheets from C#, so I used the ExcelPackage libraries to do so. Everything works fine and I am able to generate and download the sheet.
The last thing I want to achieve is setting the sheet from Portrait to Landscape mode. Is there a way to do this, using ExcelPackage? I tried searching the documentation, but didn't find anything.
Thanks
c# - 将 href 添加到 Excel 导出 C#
我需要有关此问题的帮助,我正在将我的数据表导出到一个可以正常工作的 Excel 文件中。问题是我正在尝试将其中一列作为文档的超链接,但是当它开始构建 excel 文件时,我收到了这个错误。预先感谢您的帮助。
'相对 URI 不支持此操作。'
c# - 将默认网格返回到工作表 ExcelPackage
我使用ExcelPackage创建了一个 Excel 工作表。我给了一些单元格不同的颜色,以清理工作表。
问题:
默认网格被删除,如下图所示:
第一列有默认的网格覆盖,其他的没有这个网格。我尝试重新启用该网格并尝试使用以下代码:
上面的代码给了我和图片一样的东西。
上面的代码给了我比默认更粗的线。
上面的代码给了我比默认更粗的线。
上面的代码给了我一条虚线。
问题:
有人可以帮我解决这个问题,我在哪里可以找到正确的语法,因为社区不是那么大,我在他们的CodePlex页面ExcelPackage
上找不到它。