Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 102,528 for

workbook

(0.44 sec)
  1. Specify the Language of the Excel File using Bu...

    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 creates a workbook and changes its built‑in document...Create workbook object. const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-the-la...
  2. Aspose.Cells 8.2.2中的公共API更改|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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...获取图表的工作表 以获取更多信息。 C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ( srcDir + u "sampleUpdateActiveXC...RemoveActiveXControl (); // Save the workbook wb . Save ( outDir + u "R...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  4. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  5. Export Chart to SVG with viewBox attribute usin...

    Learn how to export a chart to SVG format with the viewBox attribute using Aspose.Cells for Node.js via C++....Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "SampleChartBook...

    docs.aspose.com/cells/nodejs-cpp/export-chart-t...
  6. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....of the major objects in a workbook. Many times there is a need..."SmartArt.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  7. Getting Cell Contents|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.... C# Workbook workbook = new Workbook ( "../../data/test...xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...

    docs.aspose.com/cells/net/getting-cell-contents/
  8. Public API Changes in Aspose.Cells 8.8.3|Docume...

    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....an instance of Workbook var book = new Workbook (); // Access...); // Create an instance of Workbook and load an existing spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for JavaScript via C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  10. Html to Excel rowspan issue - Free Support Foru...

    I am converting excel from html using aspose cells library 25.12 version and java version 21 but rowspan is not applying in excel This is html and my java code for converting …...(true); final Workbook workbook = new Workbook(tempHtmlFile.getAbsolutePath()...“"”); // Write to response workbook.save(response.getOutputStream()...

    forum.aspose.com/t/html-to-excel-rowspan-issue/...