Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 30,160 for

worksheet

(0.14 sec)
  1. 如何在 JavaScript 结合 C++ 中创建 TreeMap 图表|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中创建树形图。我们的指南将帮助你了解树形图的各种属性和格式设置选项,包括颜色、标签和数据表示。...first worksheet const worksheet = workbook . worksheets . get...and width 12 const pieIdx = worksheet . charts . add ( ChartType...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  2. 使用JavaScript通过C++提取Gear类型SmartArt形状中的文本|Documen...

    学习如何使用Aspose.Cells for Java脚本通过C++从Gear类型SmartArt形状中提取文本...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet. const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  3. Set DefaultFont property of PdfSaveOptions and ...

    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 A1 cell (in the first worksheet) contains the text “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/net/set-defaultfont-prope...
  4. 使用JavaScript通过C++判断Shape是否为Smart Art Shape|Docu...

    学习如何使用Aspose.Cells for Java脚本通过C++判断Excel中的形状是否为Smart Art...the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first shape const...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  5. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for JavaScript via C++....Access first worksheet and set value in B4 const worksheet = workbook...workbook . worksheets . get ( 0 ); const b4 = worksheet . cells ....

    docs.aspose.com/cells/javascript-cpp/save-workb...
  6. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....into the cells of the first Worksheet Save the Excel XLSX file with...relevant cells with data in the worksheet. Sample Code to Generate Excel...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  7. 获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 获取带格式和不带格式的单元格字符串值。...first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  8. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...through each shape in the worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  9. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Workbook class contains the Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/cells-formatting/
  10. Get External Connection Data Source of Pivot Ta...

    How to get external connection data source of Pivot Table with Aspose.Cells for JavaScript via C++....the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Get the pivot table const pivotTable...

    docs.aspose.com/cells/javascript-cpp/get-extern...