Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 87,181 for

workbook

(0.19 sec)
  1. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...the worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  2. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。...// Load sample source file Workbook wb ( srcDir + u "sampleSelfClosingTag...loadOptions ); // Save the workbook wb . Save ( outDir + u "outsampleSelfClosing...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  3. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....excel file inside a workbook object Workbook wb ( srcDir + u "...SetSpacing ( 4 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-character-spac...
  4. 在工作表中应用条件格式(使用C++)|Documentation

    如何在C++中使用Aspose.Cells库在工作表中应用条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。...Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/apply-conditional-...
  5. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....the first worksheet in the workbook. Please also see the output...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  6. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  7. 查找查询表和列表对象,它们与外部数据连接相关,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找查询表和列表对象,它们与外部数据连接相关。...); function printTables ( workbook , externalConnection ) { //...worksheets for ( let j = 0 ; j < workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/nodejs-cpp/find-query-...
  8. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for 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.... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  9. 使用 Node.js 通过 C++ 结合 Node.js 与 C++ 实现 Node.js 结...

    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.... join ( dataDir , "workbook-to-tiff-with-mulitiple-pages...Load the workbook const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  10. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...can do it: Load your Excel workbook. Access the named style that...specified range. Save the modified workbook. Here is a sample code snippet...

    forum.aspose.com/t/how-to-change-number-format-...