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

workbook

(0.04 sec)
  1. Smart Markers|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....Document Assistant Close Slicers Workbook VBA Project...

    docs.aspose.com/cells/java/smart-markers/
  2. Opening Files with Different 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....creating the instance of the Workbook class. The following sample...parameter while instantiating the Workbook class. The following sample...

    docs.aspose.com/cells/java/opening-files-with-d...
  3. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....void sheetReplace ( Workbook & workbook , U16String sFind , const...WorksheetCollection sheets = workbook . GetWorksheets (); int sheetCount...

    docs.aspose.com/cells/cpp/replace-tag-with-text...
  4. How to Create Data Validation in Excel using Java

    In this tutorial you will learn *how to create data validation in Excel using Java*. It contains detailed steps and a sample code to add data validation in Excel using Java....insert validation Create a new workbook and add a worksheet for adding...of the validation Save the workbook on the disk having validation...

    kb.aspose.com/cells/java/how-to-create-data-val...
  5. How to Insert Excel Background Image using Python

    This short topic encompasses information on how to insert Excel background image using Python. It covers all the details to configure the required environment, a step-wise process, and a runnable sample code to add Excel image background using Python....spreadsheet using an instance of the Workbook class Access to the first...providing the bytes array Save the workbook having a sheet background...

    kb.aspose.com/cells/python/how-to-insert-excel-...
  6. Create Excel Table using Java

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......create an Excel file with the Workbook object and access a sheet...column Save the resultant workbook with a formatted table These...

    kb.aspose.com/cells/java/create-excel-table-usi...
  7. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...clear(); IChartDataWorkbook workbook = chart.getChartData().ge...getChartData().getCategories().add(workbook.getCell(worksheetIndex, 1...

    forum.aspose.com/t/need-a-sample-code-to-create...
  8. How to Edit Excel File using Node.js

    This step-by-step tutorial guides on how to edit Excel file using Node.js. It contains the information to set the environment, a list of steps, and a runnable sample code to edit Excel spreadsheet using Node.js....source Excel file using the Workbook class object Access the target...changed, you need to refresh the workbook so that changes in data and...

    kb.aspose.com/cells/nodejs/how-to-edit-excel-fi...
  9. How to Open Password Protected Excel File in C#

    This article contains information on how to open password protected Excel file in C#. By using C# open Excel file with password with the help of a few lines of code provided in this article....protected Excel file into the Workbook object using the LoadOptions...Password property the Excel workbook password will be set. This...

    kb.aspose.com/cells/net/how-to-open-password-pr...
  10. How to Convert JSON to PDF in Node.js

    This article guides on how to convert JSON to PDF in Node.js. It contains the list of tasks along with the IDE configuration and a runnable sample code demonstrating JSON to PDF converter in Node.js....source JSON file Instantiate a workbook and access a sheet from it...the sheet Save the output workbook as PDF using the SaveFormat...

    kb.aspose.com/cells/nodejs/how-to-convert-json-...