Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 78,129 for

workbook

(0.25 sec)
  1. 在 Apache POI 和 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....Cells 提供了一个 Workbook 类,表示 Microsoft Excel 文件。Workbook 类提供了广泛的属性和方法来管理...//Instantiate a new workbook / Open a template file Workbook book = new...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  2. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  3. Easy way for Chart Setup using Chart.SetChartDa...

    Learn how to easily set up charts using the Chart.SetChartDataRange method in Aspose.Cells for C++. Our guide will show you how to specify the data range for your chart, allowing you to create professional and accurate charts with minimal effort....Cells-for-C // Create new workbook Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/easy-way-for-chart-se...
  4. Create Pivot Charts using Aspose.Cells|Document...

    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/java/create-pivot-charts-...
  5. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....property and then saves the workbook in output excel file . const...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  6. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.Cells for C++ 对共享工作簿进行密码保护或取消保护。...Cells 还支持使用 Workbook::ProtectSharedWorkboo() 和 Workbook::UnprotectSharedWorkb()...Excel file Workbook wb ; // Protect the Shared Workbook with Password...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  7. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as output Excel file . Sample...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  8. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...
  9. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....(); // Create new workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  10. Reading and Writing Query Table of Worksheet wi...

    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....Create workbook from source excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/nodejs-cpp/reading-and-wr...