Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 106,494 for

workbook

(1.95 sec)
  1. Convert Numbers File to PDF in Python

    This short guide explains how to convert Numbers file to PDF in Python. It has details to set the IDE, a list of steps, and a sample code to convert Numbers to PDF in Python....the Numbers file into the Workbook class object Create the PdfSaveOptions...desired sheets Save the loaded workbook as a PDF using the custom...

    kb.aspose.com/cells/python/convert-numbers-file...
  2. How to Delete Pivot Table using Node.js

    This article defines the process of how to delete pivot table using Node.js. It contains the instructions for the IDE settings, a list of steps, and a runnable sample code to remove pivot table using Node.js...delete a pivot table Load the workbook containing data and a pivot...method Save the resultant workbook after deleting the pivot table...

    kb.aspose.com/cells/nodejs/how-to-delete-pivot-...
  3. Supported File Formats|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....0–2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/java/supported-file-formats/
  4. Supported File Formats|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....0–2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/python-java/supported-fil...
  5. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....describes how to save the Excel workbook to a PDF/A compliant (PDF/A-1a)...Startup (); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  6. Բջիջների կողպում Excel-ում Python-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel-ում բջիջները Python-ի միջոցով կողպելու համար։ Այն պարունակում է IDE-ի կարգավորման մանրամասներ, քայլերի ցանկ և օրինակային կոդ՝ Excel-ում որոշակի բջիջներ Python-ի միջոցով կողպելու համար։...խուսափելու համար Բացեք Excel ֆայլը Workbook օբյեկտի միջոցով և ընտրեք ցանկալի...լիցենզիան, բեռնեք Excel ֆայլը Workbook օբյեկտի միջոցով, մուտք գործեք...

    kb.aspose.com/hy/cells/python/lock-cells-in-exc...
  7. Ինչպես գաղտնագրել Excel ֆայլը գաղտնաբառով Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես գաղտնագրել Excel ֆայլը Java-ում գաղտնաբառով: Այն տրամադրում է անհրաժեշտ ռեսուրսների մասին մանրամասներ, ծրագիր գրելու ամբողջական տրամաբանություն և գործարկվող օրինակելի կոդը՝ Java-ում գաղտնաբառով պաշտպանված Excel ֆայլ ստեղծելու գործընթացը ցուցադրելու համար:...Բեռնեք կաղապարի Excel ֆայլը Workbook օբյեկտի մեջ, որը պետք է գաղտնագրվի...Java-ում*: Այն օգտագործում է Workbook դասի օբյեկտը՝ բեռնելու աղբյուր...

    kb.aspose.com/hy/cells/java/how-to-encrypt-exce...
  8. Ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node....

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node.js-ը: Այն տրամադրում է IDE կարգավորումներ, քայլերի ցանկ և գործարկվող կոդ՝ XML-ը CSV-ի վերածելու Node.js-ի միջոցով:...Բեռնել աղբյուրի XML ֆայլը Workbook դասի օբյեկտում Պահեք բեռնված...բեռնելով աղբյուր XML ֆայլը Workbook դասի օբյեկտում: Այնուհետև...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xm...
  9. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  10. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-data-source-of...