Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 105,365 for

workbook

(0.43 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. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....example shows how to: Create a workbook. Add data to cells in the...Create a new Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/set-range-border/
  3. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/
  4. 使用C++调整工作簿压缩级别|Documentation

    学习如何使用Aspose.Cells for C++调整工作簿的压缩级别以优化文件大小和处理时间。..." ); // Load the workbook Workbook workbook ( srcDir + u "LargeSampleFile...compression level to 1 and save the workbook options . SetCompressionType...

    docs.aspose.com/cells/zh/cpp/adjust-workbook-co...
  5. 使用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...
  6. Draw Slicer while rendering Excel to PDF|Docume...

    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.... It then saves the workbook as output PDF file . The following..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/draw-slice...
  7. Change Slicer Properties with JavaScript via C+...

    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.... It saves the workbook as outputChangeSlicerPr.xlsx..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/change-sli...
  8. Convert JSON to CSV with JavaScript via C++|Doc...

    Learn how to convert JSON data to CSV using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , JsonLayoutOptions...Create empty workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  9. Convert Dates to Japanese Dates with JavaScript...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...CountryCode . Japan ; // Instantiate workbook from uploaded file with load...

    docs.aspose.com/cells/javascript-cpp/convert-da...
  10. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the text of a chart legend entry fill to none. This guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/set-text-o...