Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 103,884 for

workbook

(0.11 sec)
  1. 使用C++获取单元格值的文本宽度|Documentation

    通过Aspose.Cells for C++ API学习如何获取单元格值的文本宽度。...Create workbook from the specified Excel file Workbook workbook...CellsHelper :: GetTextWidth ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-text-width-of-...
  2. 将图表转换为图像|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 (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/zh/net/convert-chart-to-i...
  3. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...getElementById ( 'fileInput' ); // Load workbook from selected file if provided...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  4. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Cells提供了表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  5. Border Settings|Documentation

    How to use the Aspose.Cells library in JavaScript via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/cells-bord...
  6. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。...cells import Workbook , HtmlLoadOptions , LoadFormat...support_div_tag = True # Create workbook object from the html using...

    docs.aspose.com/cells/zh/python-net/support-the...
  7. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...(); // Create a new workbook Workbook workbook ; // Get the first...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  8. Insert a Linked Picture from Web Address with J...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...provided, use it as the base workbook const file = fileInput . files...

    docs.aspose.com/cells/javascript-cpp/insert-a-l...
  9. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  10. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....html" ; // Create workbook Workbook workbook ( inputPath ); //...); // Save the workbook to HTML format workbook . Save ( outputPath...

    docs.aspose.com/cells/cpp/change-the-html-link-...