Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 103,700 for

workbook

(0.69 sec)
  1. Find out if VBA Project is Protected with Node....

    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 then checks if its VBA...Create a workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/find-out-if-vb...
  2. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for Node.js via C++....sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook in HTML workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/enable-css-cus...
  3. Aspose.Cells 8.8.1中的公共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....); //Create an instance of Workbook from a existing spreadsheet...instance of LoadOptions Workbook book = new Workbook ( filePath , options...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. AutoFit Rows for Rendering with Node.js via C++...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for Node.js via C++. Prevent text clipping in saved PDF files....// Initialize workbook instance. const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Set autofit options for rendering...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  5. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  6. 使用JavaScript通过C++在渲染Excel到PDF时忽略错误|Documentation

    学习在使用Aspose.Cells for Java脚本通过C++将Excel文件转换为PDF的过程中,如何忽略错误。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/ignore-...
  7. 用JavaScript通过C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,演示如何用C++的Script以编程方式设置Excel工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  8. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/worksheet-views/
  9. Create Volume-High-Low-Close (VHLC) Stock Chart...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...instance of Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/create-vol...
  10. Convert Excel to Word|Documentation

    Convert Excel file to Word using Python.... Convert Excel Workbook to Word No need to wonder...wonder how to convert an Excel workbook to Word, because the Aspose...

    docs.aspose.com/cells/python-java/convert-excel...