Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 100,089 for

workbook

(0.15 sec)
  1. Sort Data in Worksheets|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 myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/net/sort-data-in-worksheets/
  2. Working with data display formats of DataField ...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils , PivotFieldDataDispla...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  3. How to Check Frozen State without Excel Using J...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using JavaScript with a C++ library.... Construct a Workbook to open the file. Check whether..."text/javascript" > const { Workbook , SaveFormat , PaneStateType...

    docs.aspose.com/cells/javascript-cpp/how-to-che...
  4. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a macro code to a Form button...

    docs.aspose.com/cells/net/assign-macro-to-form-...
  5. Lock or unlock shapes with JavaScript via C++|D...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/lock-or-un...
  6. Export print area range to HTML|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....Following sample code loads a workbook and then exports print area...Assistant Close Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/java/export-print-area-ra...
  7. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in C#....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/net/create-and-embed-an-...
  8. 使用Aspose.Cells将工作簿转换为HTML|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....//Instantiate a workbook and open the template XLSX file Workbook book =...= new Workbook ( dataDir + "book1.xls" ); //Save the HTML file...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  9. Precedents and Dependents with JavaScript via C...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for JavaScript via C++. Understand how to identify linked cells in complex financial worksheets...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/precedents...
  10. Issue with ODS to PDF Conversion – Text and Sha...

    Dear Aspose Support, I am encountering an issue while converting ODS (OpenOffice / LibreOffice Calc) files to PDF using Aspose.Cells version 25.9.0. The problem seems to be intermittent — sometimes the text is visible i…...// Load the workbook Workbook wb = new Workbook(inStream); //...// Load the workbook Workbook wb = new Workbook(inStream); //...

    forum.aspose.com/t/issue-with-ods-to-pdf-conver...