Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 99,948 for

workbook

(0.07 sec)
  1. 优化处理大型具有大量数据集文件时的内存使用,使用 C++|Documentation

    学习如何在使用 Aspose.Cells 和 C++ 处理大型Excel文件时优化内存使用。...MemoryPreference ); // Instantiate the Workbook // Load the Big Excel file...having large Data set in it Workbook wb ( srcDir + u "Book1.xlsx"...

    docs.aspose.com/cells/zh/cpp/optimizing-memory-...
  2. 用C++确定图表中存在的轴|Documentation

    了解如何确定使用Aspose.Cells for C++创建的图表中存在的轴。我们的指南将帮助您理解如何识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...); // Create a workbook object Workbook workbook ( srcDir + u "source...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/determine-which-ax...
  3. Converting Chart to Image in Ruby|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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/java/converting-chart-to-...
  4. Opening Files with Different Formats|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....creating the instance of the Workbook class. The following sample...parameter while instantiating the Workbook class. The following sample...

    docs.aspose.com/cells/java/opening-files-with-d...
  5. 如何使用JavaScript通过C++创建组合图表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++创建组合图表。我们的全面指南将演示如何将不同的图表类型合并成一个组合图表,从而实现更有效的数据展示。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create the workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...
  7. 用C++设置页眉页脚|Documentation

    本文介绍如何通过使用C++ API或库中的脚本命令,编程方式在Excel工作表的页眉和页脚中插入图片。...Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/zh/cpp/setting-headers-an...
  8. Manage Callouts in Presentation Charts Using PH...

    Create and style callouts in Aspose.Slides for PHP via Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows....10 , 500 , 500 , false ); $workBook = $chart -> getChartData ()...-> getSeries () -> add ( $workBook -> getCell ( 0 , 0 , $seriesIndex...

    docs.aspose.com/slides/php-java/callout/
  9. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  10. How to Format Number to Percentage with C++|Doc...

    This article will introduce how to Format Number to Percentage 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-...