Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 82,033 for

workbook

(0.04 sec)
  1. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...Startup (); // Create a Workbook Workbook workbook ( u "range_autofill...Cells Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  2. 使用 C++ 访问和修改关联 Ole 对象的显示标签|Documentation

    学习如何使用 Aspose.Cells for C++ 访问和修改 Excel 文件中链接的 Ole 对象的显示标签。...xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/zh/cpp/access-and-modify-...
  3. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  4. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...// Create workbook from input file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  5. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...xlsx" ; Workbook workbook ( sampleFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  6. 使用 Python.NET 在工作表中的文本框中用文本替换标签|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 在Excel工作表中的文本框里用文本替换标签。...cells import Workbook , PdfSaveOptions # For complete...current_dir , "output" ) wb = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/replace-tag...
  7. Open Different Microsoft Excel Versions Files w...

    This article explains how to open different Excel version files using Aspose.Cells for Node.js via C++....constructor, or specify the Workbook class' getFileFormat() type...LoadFormat . Auto ); // Create a Workbook object and opening the file...

    docs.aspose.com/cells/nodejs-cpp/opening-differ...
  8. 在PHP中冻结窗格|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....by excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/freeze-panes-in-php/
  9. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案...Instantiate a Workbook and open the template file Workbook workbook ( inputFilePath...theme with specified colors workbook . CustomTheme ( u "CustomeTheme1"...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  10. Public API Changes in Aspose.Cells 16.10.0|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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...