Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 103,392 for

workbook

(0.71 sec)
  1. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing Workbook using the ImportData method its overwriting formula in the last column of first r…...import data to an existing workbook using the ImportData method...sample console app and sample workbook. Please let me know if you...

    forum.aspose.com/t/importdata-method-overwritin...
  2. 使用Node.js通过C++管理日期轴|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理日期轴。我们的指南将帮助你理解如何处理各种日期格式、时间刻度和刻度标签频率。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/date-axis/
  3. 将工作表转换为图像——用JavaScript via C++去除数据周围的空白区域|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++将Microsoft Excel工作表转换为图像,并去除数据周围的空白区域。..."text/javascript" > const { Workbook , LoadOptions , LoadFilter...Instantiate workbook with load options const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  4. 设置共享公式(用 C++)|Documentation

    学习如何在 Excel 工作表中用 Aspose.Cells 设置共享公式,使用 C++。...Instantiate a Workbook from existing file Workbook workbook ( inputFilePath...first worksheet Cells cells = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/setting-shared-for...
  5. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...template file Workbook workbook = new Workbook("template.xlsx");...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  6. Aspose.Cells 无法正常加载camera shape - Free Support ...

    当drawing.xml的a14:cameraTool节点没有spid属性的时候,aspose.cells将会无法正常解析camera shape的CellRange,导致camera shape的内容丢失。附件为测试文件 image.png (13.3 KB) image.png (9.5 KB) camera shape.zip (8.3 KB)...you already use to open the workbook will correctly render the...Aspose.Cells.Workbook(outXlsx); Console.WriteLine("Workbook loaded...

    forum.aspose.com/t/aspose-cells-camera-shape/32...
  7. Support for XAdES Signature|Documentation

    This article describes support for XAdES Signature using C# code with Aspose.Cells for Python via .NET....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook ( 101089323.xlsx ). AI Document...

    docs.aspose.com/cells/python-net/support-for-xa...
  8. Manage Worksheets of Microsoft Excel files.|Doc...

    Add worksheet, remove worksheet and active Sheet using Aspose.Cells....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/manage-worksheets/
  9. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...Workbook; import com.aspose.cells....throws Exception { Workbook wb = new Workbook("d:\\files\\first-cell-with-indent...

    forum.aspose.com/t/indentation-applied-to-first...
  10. java.lang.OutOfMemoryError: Java heap space whe...

    Environment Details: Aspose.Cells Version: 25.2 to 25.6 Jenkins OS: Linux Java Version: OpenJDK 17 Problem Description: I am using Aspose.CELLS to convert cells to HTML and getting OutOfMemory error. Here is the er…...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...