Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 26,951 for

worksheet

(0.09 sec)
  1. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet. const ws = wb . getWorksheets...Add a textbox inside the worksheet. const idx = ws . getTextBoxes...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  2. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...xlsx" ); // Access first worksheet. Worksheet ws = workbook . GetWorksheets...render object and render worksheet to image. SheetRender sr (...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  3. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...:: Png ); SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  4. Convert Workbook to JSON with Golang via C++|Do...

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....settings for exporting the worksheet to JSON. The following code...demonstrates exporting the active worksheet to JSON by using the SaveFormat::Json...

    docs.aspose.com/cells/go-cpp/convert-workbook-t...
  5. How to Use Color Palette|Documentation

    JavaScript code to add custom colors to the palette and use Excel color palette with Aspose.Cells for JavaScript via C++....} </p>` ; // Adding a new worksheet to the Excel object const...const i = workbook . worksheets . add (); // Obtaining the reference...

    docs.aspose.com/cells/javascript-cpp/excel-colo...
  6. Locking WordArt Watermark with Golang via C++|D...

    Learn how to lock WordArt watermarks in Excel Worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....WordArt watermarks to the worksheet in a way that the WordArt...move and position on the worksheet. It is also possible to lock...

    docs.aspose.com/cells/go-cpp/locking-wordart-wa...
  7. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...类包含一个 Worksheets 集合,可访问 Excel 文件中的每个工作表。一个工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 Cells 集合。 创建已命名范围 可以通过调用 Cells 集合的重载方法 CreateRange...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  8. 工作表缩放的可行解决方案|Aspose.Slides for Python 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... worksheet . page_setup page_setup ....SheetRender ( cell_range . worksheet , image_options ) image_data...

    docs.aspose.com/slides/zh/python-net/working-so...
  9. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...); // Get the first worksheet Worksheet sheet = wb . GetWorksheets...// Add a PivotTable to the worksheet int index = pivotTables ....

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  10. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using Node.js via C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/nodejs-cpp/insert-hyperli...