Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 87,253 for

workbook

(0.09 sec)
  1. Using LightCells API with Node.js via C++|Docum...

    Learn how to read and write large Excel files using the LightCells API in Node.js via C++. Improve performance and efficiency with less memory consumption.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/nodejs-cpp/using-lightcel...
  2. 在Ruby中显示或隐藏行列标题|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-r...
  3. Check if VBA Project is Protected and Locked fo...

    Learn how to check if a VBA project in an Excel file is protected and locked for viewing using Aspose.Cells for Node.js via C++....xlsm" ); const workbook = new AsposeCells . Workbook ( filePath );...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-p...
  4. Excel 转 HTML 使用 PresentationPreference 选项优化布局,配...

    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 the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/excel-to-ht...
  5. 创建共享工作簿,编号为 Aspose.Cells for Node.js via C++|Do...

    学习如何使用 Aspose.Cells for Node.js via C++ 创建共享工作簿。...Create Workbook object const wb = new AsposeCells . Workbook ();...(); // Share the Workbook wb . getSettings (). setShared ( true...

    docs.aspose.com/cells/zh/nodejs-cpp/create-shar...
  6. Converting Chart to Image in PHP|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....//Create a new Workbook. $workbook = new Workbook (); //Get the...first worksheet. $sheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/converting-chart-to-...
  7. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table elements styles using Aspose.Cells for C++ with HtmlSaveOptions.TableCssId property....Startup (); // Create workbook object Workbook wb ; // Access first..."MyTest_TableCssId" ); // Save the workbook in html wb . Save ( u "outputTableCssId...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  8. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...containing timeline. Workbook workbook ( u "input.xlsx" ); //...

    docs.aspose.com/cells/cpp/rendering-timeline/
  9. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart.... const workbook = new AsposeCells . Workbook ( filePath );...first worksheet. const chart = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  10. 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...