Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 102,522 for

workbook

(0.41 sec)
  1. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for Node.js via C++. Set various reflection properties to achieve desired results....getReflection() class and then saves the workbook in the output Excel file ...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  2. 使用Aspose.Cells for Node.js via C++在Excel工作簿中创建签...

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在Excel工作簿中创建签名线。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Create signature line object const signatureLine...

    docs.aspose.com/cells/zh/nodejs-cpp/create-sign...
  3. Setting Strong Encryption Type with Node.js via...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for Node.js via C++....Instantiate a Workbook object. // Open an Excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify a strong...

    docs.aspose.com/cells/nodejs-cpp/setting-strong...
  4. 在xlsx4j中创建数据透视图图表|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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/zh/java/create-pivot-char...
  5. 使用Node.js via C++复制源范围的行高到目标范围|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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  6. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  7. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , CellsHelper...new workbook (matches original Node behavior) let workbook ; if...

    docs.aspose.com/cells/javascript-cpp/specifying...
  8. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Create workbook object from source excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  9. Manage Legend of Excel Charts with Node.js via ...

    Learn how to utilize Aspose.Cells for Node.js via C++ to effectively use and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/chart-legend/
  10. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/display-bullets-by-se...