Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 161,030 for

workbook

(0.12 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. Aspose::Cells::XlsbSaveOptions class | Aspose.C...

    Aspose::Cells::XlsbSaveOptions class. Represents the options for saving xlsb file in C++.... GetClearData() Make the workbook empty after saving the file...The data provider for saving workbook in light mode. GetMergeAreas()...

    reference.aspose.com/cells/cpp/aspose.cells/xls...
  5. Callout|Aspose.Slides for Python Documentation

    PowerPoint chart callouts and data labels in Python...False ) workBook = chart . chart_data . chart_data_workbook chart...chart_data . series . add ( workBook . get_cell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/python-net/callout/
  6. Convert XLTX to DOC with .NET or with free Onli...

    Convert XLTX to DOC on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLTX to DOC online converter quickly before integrating the code.... Open XLTX file using Workbook class Convert XLTX to PDF...book = new Aspose . Cells . Workbook ( "input.xltx" ); // save...

    products.aspose.com/total/net/conversion/xltx-t...
  7. Unlock ODS document via Java | products.aspose.com

    Java sample code to unlock password protected ODS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....unlock ODS via Java Instantiate Workbook class with path to protected...method Remove Workbook protection with Workbook.Unprotect method...

    products.aspose.com/cells/java/unlock/ods/
  8. 在VSTO和Aspose.Cells中旋转单元格文字|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  9. 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....the Microsoft Excel 97-2003 Workbook. XLSX The Office Open XML...document in Excel Macro-Enabled Workbook. XLSB Saves the document in...

    docs.aspose.com/cells/reportingservices/support...
  10. Convert PDF to template based Excel Format usin...

    Hi Aspose Team, Thank you for your help, We had tried with below code private void processExcel() { String input = “E:\sample\9149.pdf”; InputStream is = null; try { File licFile = new File(“E:\sample\GenerateExcel…...index = 0; Workbook workbook = new Workbook(); workbook.getWorksheets()...save(stream, options); Workbook tempWorkbook = new Workbook(new ByteArr...

    forum.aspose.com/t/convert-pdf-to-template-base...