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

workbook

(0.08 sec)
  1. 使用C++通过JavaScript添加WordArt水印到图表|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript在Microsoft Excel中为图表添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  2. Convert Dates to Japanese Dates with Node.js vi...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for Node.js via C++....Japan ); const workbook = new AsposeCells . Workbook ( path . join..."JapaneseDates.xlsx" ), options ); workbook . save ( outputDir + "JapaneseDates...

    docs.aspose.com/cells/nodejs-cpp/convert-dates-...
  3. 使用JavaScript通过C++在范围内搜索和替换数据|Documentation

    本文展示如何使用JavaScript通过C++在Excel中搜索和替换范围内的数据。..."text/javascript" > const { Workbook , SaveFormat , CellArea ,...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/search-...
  4. 如何使用 C++ 管理带有 PivotOptions 的 PivotGraph(数据透视图)|...

    如何用 C++ 通过 JavaScript 管理带有 PivotOptions 的 PivotChart..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. Split Panes in Apache POI and Aspose.Cells|Docu...

    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....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class provides a wide range of properties...

    docs.aspose.com/cells/java/split-panes-in-apach...
  6. 使用Aspose.Cells计算小计|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  7. 计算小计|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 a Workbook object Workbook workbook = new Workbook ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  8. Freeze Top Row(s) of Excel Worksheet with Node....

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using Node.js Library with C++ API.... Construct a Workbook to open the file or create...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...
  9. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a Workbook in C++ with Aspose.Cells....a lightweight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/cpp/using-workbookmetadata/
  10. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...10000 ); int sheetIndex = workbook . GetWorksheets (). Add (...

    docs.aspose.com/cells/cpp/set-picture-as-backgr...