Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 104,120 for

workbook

(0.23 sec)
  1. Accessing Table from Cell and Adding Values ins...

    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 } = AsposeCells...Create workbook from uploaded Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/accessing-...
  2. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...EXCEL_97_TO_2003; Workbook workbook = new Workbook(srcFile, loadOptions);...loadOptions); workbook.save(dstFile, saveFormat);...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  3. How to create waterfall chart with Node.js via ...

    Create waterfall charts in Excel with Node.js and Aspose.Cells for Node.js via C++....instance of Workbook const workbook = new AsposeCells . Workbook ();...Worksheet in Workbook const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/creating-water...
  4. 使用C++通过JavaScript插入微型图|Documentation

    使用Aspose.Cells for JavaScript via C++为Excel创建微型图。..."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  5. Your First Aspose.Cells Application - Hello Wor...

    Create, edit, and save your first Excel file in any supported format using Aspose.Cells for .NET to experience its simplicity and power in C#....Create an instance of the Workbook class. If you have a license...New Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/net/your-first-aspose-cel...
  6. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Create workbook object const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/change-the...
  7. Get Warnings while Loading Excel File|Documenta...

    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 user tries to load the workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/java/get-warnings-while-l...
  8. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for Node.js via C++....instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  9. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....following sample code creates a workbook and changes its built‑in document...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  10. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...