Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 104,120 for

workbook

(0.14 sec)
  1. 使用 C++ 和 JavaScript 进行图表数据过滤的三种方法|Documentation

    学习如何在 Excel 中使用 Aspose.Cells for JavaScript 进行图表过滤。我们的全面指南将演示如何应用过滤器到图表、自定义图表元素,以及使用数据分析工具来获取更好见解和做出明智决策。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  2. Find the Root Element Name of XML Map with Node...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-the-root-...
  3. Excel sheet takes a long time (7 seconds) for w...

    Would love to know what’s taking the time. Attempting to reproduce this with Java 21 in Windows the calculation takes a little over a second. Maybe a little long but reasonable. On Linux this extends to 7 seconds, which …...long time (7 seconds) for workbook.calculateFormula() in Linux...performance difference when using workbook.calculateFormula() on Linux...

    forum.aspose.com/t/excel-sheet-takes-a-long-tim...
  4. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...the worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  5. Add Signature Line to the Worksheet with Node.j...

    This article describes how to add a signature line to the worksheet using Node.js code with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const wb = new AsposeCells . Workbook ();...Signature Line in an Excel Workbook using Aspose.Cells for Node...

    docs.aspose.com/cells/nodejs-cpp/add-signature-...
  6. How to Unhide Multiple Sheets in Excel using Java

    This tutorial guides on how to unhide multiple sheets in Excel using Java. It provides all the details to configure the environment, detailed steps and a runnable sample code to unhide Excel sheet using Java....with hidden sheets into the Workbook class object Get access to...worksheets collection in the workbook to show hidden sheets Parse...

    kb.aspose.com/cells/java/how-to-unhide-multiple...
  7. Excel 转成 PDF 文本缺失 - Free Support Forum - aspose...

    worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9 KB) image.jpg (149.5 KB)...throws Exception { Workbook workbook = new Workbook("source.xlsx");...setWarningCallback(new WarningCallback()); workbook.save("output.pdf", options);...

    forum.aspose.com/t/excel-pdf/315052
  8. Create XLSB Using Python | products.aspose.com

    Generate Microsoft Excel XLSB documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLSB...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlsb/
  9. XLS file becomes unsavable after the first save...

    Hi Aspose team, I’m having an issue with the XLS file. After loading and saving it the first time, I tried to load the output file and save it again (second time), but it throws an error: “Index was outside the bounds o…...var workbook = new Workbook(@"D:\original.xls"); workbook.Save(@"D:\output...Inspect the Workbook : Before saving the workbook, check for any...

    forum.aspose.com/t/xls-file-becomes-unsavable-a...
  10. Support for XAdES Signature|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....provides support for signing workbooks with XAdES signatures . For...DigitalSignature class to sign the source workbook ( sourceFile.xlsx ). Sample...

    docs.aspose.com/cells/java/support-for-xades-si...