Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 105,375 for

workbook

(0.11 sec)
  1. 用C++对工作簿中的单元格进行格式化|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持格式化工作簿中的工作表单元格,允许用户自定义单元格的外观和样式。本文章介绍如何使用Aspose.Cells库格式化工作表单元格。...void CreateReportData ( Workbook & workbook ); void CreateCellsFormattin...CreateCellsFormattin ( Workbook & workbook ); int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/format-worksheet-c...
  2. 检查工作簿中的VBA项目是否用JavaScript通过C++签名|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++检查工作簿中的VBA项目是否已签名。...Cells的 Workbook.vbaProject 属性以编程方式来检查。 用J...用JavaScript检查工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.vbaProject 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  3. 使用C++处理WebQuery类型的外部数据连接|Documentation

    学习如何使用Aspose.Cells和C++处理Microsoft Excel中的WebQuery数据连接。...接 Contents [ Hide ] 您可以使用 Workbook.DataConnections 集合访问任何类型的外部数据连接。其中一种数据连接类型是...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/working-with-exter...
  4. 在单元格中查找数值|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 ( "../...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Finding...

    docs.aspose.com/cells/zh/net/find-value-in-cells/
  5. 在工作表上添加Word Art水印使用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.... Java Workbook workbook = new Workbook (); //Get the...default sheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  6. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  7. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++...." ); // Load workbook object Workbook workbook ( srcDir + u ...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  8. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. #include <iostream> #include...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  9. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorkbookSettings settings = workbook . GetSettings (); settings...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  10. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...