Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 12,605 for

workbook

(0.03 sec)
  1. How to Convert XLSX to PDF having Restricted Pe...

    This prceise topic focuses on how to convert XLSX to PDF having restricted permissions in Node.js. A list of precise steps will help you to export XLSX to PDF having restricted permissions using Node.js in any operating system like Linux, macOS, or Windows....Ultimately the loaded Excel workbook is saved as a PDF file and...PDF using an instance of the Workbook class Initialize the PdfSaveOptions...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...
  2. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....that can be used to encrypt Workbook with password in Java . This...template Excel file into the Workbook object that is to be encrypted...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  3. Chart Data Label|Aspose.Slides for Node.js via ...

    Set PowerPoint chart data label and distance in JavaScript...the chart data worksheet var workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/nodejs-java/chart-data-l...
  4. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....show formulas Create a new workbook and get access to the first...show the formulas Save the workbook with the specified settings...

    kb.aspose.com/cells/net/how-to-show-formulas-in...
  5. VLOOKUP function returns unexpected result - Fr...

    VLOOKUP function behaves differently in Aspose.Cells and results don’t match with Excel. In below example, Excel will return #REF! whereas Aspose will return #N/A: =VLOOKUP(1/1/2020,$C1:$D4,#N/A,FALSE) If value is not…... In this workbook if you look at A1 cell it...we calculate/save the same workbook in Aspose, A1 will return...

    forum.aspose.com/t/vlookup-function-returns-une...
  6. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....operation on an existing workbook or a new workbook by using reference...then saving the resultant workbook as XLS , XLSX , or in any...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  7. How to Merge Cells in Excel using Node.js

    This article guides on how to merge cells in Excel using Node.js. It contains the IDE settings, a list of steps, and a runnable sample code to combine two cells in Excel using Node.js....Create a workbook class object or load an existing workbook for combining...selected sheet of the loaded workbook Call the merge() method in...

    kb.aspose.com/cells/nodejs/how-to-merge-cells-i...
  8. 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...
  9. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…... Modifying Embedded Workbooks in Charts Generated by a Third-Party...embedded workbooks. I need to access the embedded workbook of a Seismic-generated...

    forum.aspose.com/t/facing-issue-while-linking-e...
  10. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C# or .NET...worksheet IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workbook . GetCell ( defaultWorksheetInde...

    docs.aspose.com/slides/net/chart-data-label/