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

workbook

(0.11 sec)
  1. Export Range of Cells in a Worksheet to Image w...

    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 , ImageOrPrintOptions , ImageType...// Create workbook from uploaded file. const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/export-ran...
  2. 使用JavaScript via C++导出不被网页浏览器支持的边框样式时,导出类似的边框样式...

    学习如何在将Excel文件转换为HTML时导出网页浏览器不支持的边框,使用Aspose.Cells for JavaScript via C++。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  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...LoadOptions var book = new Workbook ( filePath , options ); 直接将图表转换为PDF...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  5. Get Cell String Value with and without Formatti...

    Learn how to Get Cell String Value with and without Formatting through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-cell-string-value...
  6. 通过Node.js的C++在工作簿中添加VBA库引用|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....xlsm" ); const workbook = new AsposeCells . Workbook (); const vbaProj...vbaProj = workbook . getVbaProject (); vbaProj . getReferences...

    docs.aspose.com/cells/zh/nodejs-cpp/add-a-libra...
  7. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....Cpp 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/cpp/how-to-format-number-...
  8. 通过C++和Node.js访问并修改链接Ole对象的显示标签|Documentation

    学习如何使用Aspose.Cells for Node.js via C++访问和修改链接Ole对象的显示标签。... Workbook ( filePath ); // Access first...( "Aspose APIs" ); // Save workbook to memory stream const ms...

    docs.aspose.com/cells/zh/nodejs-cpp/access-and-...
  9. Create High-Low-Close (HLC) Stock Chart with No...

    Learn how to create a high-low-close stock chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-high-lo...
  10. Export DataBar, ColorScale and IconSet Conditio...

    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...file in a workbook object const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/export-dat...