aspose-cells
how to export an image into an Excel file without Excel installed (using ASP.Net/VB.Net)
I need to export Chart(image) and grid (tabular) row data into excel file. I can not use au开发者_如何学编程tomation because Office tools are not installed in my server. I\'ve found a bunch of free/pr[详细]
2023-04-11 07:26 分类:问答Can't set sparklines in Excel file
I\'m working with Aspose Cells 2.4 for Java and I\'m having some trouble setting sparklines. This is the code:[详细]
2023-03-18 09:01 分类:问答Are there any third-party tools which allow importing XML data into Excel?
We are currently working on an application that has been using COM Interop in C# to import data into an Excel workbook.This data is fairly complex and lengthy, so we have been using the Import from XM[详细]
2023-02-25 07:34 分类:问答Aspose Cells Numeric Formatting With Processed Datasource
I am new to Aspose Cells, having inherited a project that uses it.A requirement was added that numeric values in cells be actual num开发者_JAVA技巧bers - they were formerly text.[详细]
2023-02-20 08:24 分类:问答Is there a way to get Worksheet from the Cell in Aspose Cells?
I\'m looking for something like myCell.Parent or myCell.Worksheet to get the Worksheet object of a Cell in Aspos开发者_JS百科e cells for .net. I didn\'t see any property on the Cell class that refers[详细]
2023-02-13 06:57 分类:问答Aspose-Cells: How do I evaluate a formula?
Given the following code: using Aspose.Cells // {...} Workbook workbook = new Workbook(); Worksheet virtualWorksheet = workbook.Worksheets[0];[详细]
2022-12-13 12:03 分类:问答Can Excel interpret a cell as HTML?
I\'m using Aspose.Cells to build an Excel document programmatically. This works great. One of the cells, though, is a block of raw HTML. I\'m wondering if it is possible to tell Excel (in any fashion,[详细]
2022-12-13 08:24 分类:问答