Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 18,224 for

excel worksheet

(0.07 sec)
  1. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...workbook and load the sample Excel file Workbook workbook ( sourceDir...Obtain the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  2. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...workbook object from source Excel file Workbook workbook ( srcDir...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  3. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....sample code loads the sample Excel file that contains Gear Type..."sampleExtractTextFro.xlsx" ); // Load sample Excel file containing gear type smart...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  4. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。...Microsoft Excel 文件。 Workbook 类包含一个 Worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由...文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet 类提供 PageSetup 属性,用于设置工作表的页面布局选项。实际上,这个...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  5. Insert a chart|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 Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....Given a document name, a worksheet name, a chart title, and a...

    docs.aspose.com/cells/net/insert-a-chart/
  6. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...Contents [ Hide ] Microsoft Excel提供了一个功能,可以根据内容自动调整单元格的高度。该功能称为自动调整行高。Microsoft...称为自动调整行高。Microsoft Excel不会本机设置合并单元格的自动调整操作。有时,这项功能对于真正需要在合并单...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  7. 在工作表内向Shape前后移动(前景层次)用C++|Documentation

    学习如何使用 Aspose.Cells for C++ 改变工作表中形状的z次序位置。...请查看用于此代码的 示例Excel文件 和由它生成的 输出Excel文件 。截图展示了代码执行后对示例Excel文件的效果。 示例代码...02_OutputDirectory \\ " ); // Load source Excel file Workbook wb ( srcDir +...

    docs.aspose.com/cells/zh/cpp/send-shape-front-o...
  8. Create Charts|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/net/create-charts/
  9. Password Protect or Unprotect the Shared Workbo...

    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....shared workbook with Microsoft Excel as shown in the following screenshot...sharing and saves it as output Excel file . The screenshot shows...

    docs.aspose.com/cells/java/password-protect-or-...
  10. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++....xls" )); const worksheet = workbook . getWorksheets...get ( 0 ); const table = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...