Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 99,951 for

workbook

(0.07 sec)
  1. 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...
  2. 用JavaScript通过C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++在微软Excel中创建图表。我们的指南将演示各种图表类型以及如何自定义其外观和格式。..."text/javascript" > const { Workbook , SaveFormat , ChartType }...Instantiating a Workbook object with the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  3. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  4. PDF|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....supports conversion of an Excel workbook into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  5. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....repository Add a reference to Workbook class using Import in the...source Excel file into the Workbook object for conversion to PDF...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  6. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook Workbook = Workbook(“Sample_Excel.xls…...cells import Workbook workbook = Workbook(“Sample_Excel.xlsx”)...xlsx”) workbook.save(“Sample_Excel.png”) Output and issue – See...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  7. Apply Advanced Conditional Formatting with Pyth...

    Learn how to implement Excel's advanced conditional formatting features like data bars, color scales, and icon sets using Aspose.Cells for Python via .NET....cells import Workbook from aspose.pydrawing import...Instantiate a workbook object and open the template file workbook = Workbook...

    docs.aspose.com/cells/python-net/apply-advanced...
  8. 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....请使用[**Workbook.customXmlParts**](https://reference...aspose.com/cells/javascript-cpp/workbook/#customXmlParts--)集合通过Aspose...

    docs.aspose.com/cells/zh/javascriptcpp/develope...
  9. Create Open-High-Low-Close (OHLC) Stock Chart w...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-open-hi...
  10. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for Java chart worksheets and automate reports across PPT and PPTX files....300 ); IChartDataWorkbook workbook = chart . getChartData ()...any value to the property: workbook . getCell ( 0 , "F2" ). setValue...

    docs.aspose.com/slides/java/chart-worksheet-for...