Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 30,151 for

worksheet

(0.15 sec)
  1. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....Workbook (); // Access the first worksheet from the collection const...const sheet = workbook . worksheets . get ( 0 ); // Access cell A1...

    docs.aspose.com/cells/javascript-cpp/implement-...
  2. Set Line Spacing of the Paragraph in a Shape or...

    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....Text with Shape inside the Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/set-line-spacing-of-t...
  3. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++....such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/go-cpp/export-document-st...
  4. 使用JavaScript通过C++的ImageOrPrintOptions的PageIndex...

    学习如何使用C++的Aspose.Cells for JavaScript将Excel文件的特定页面渲染为图像。...first worksheet const worksheet = workbook . worksheets . get...sheetRender = new SheetRender ( worksheet , opts ); // Generate images...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  5. 更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库在JavaScript via C++中更改单元格对齐方式并保持现有格式...first worksheet const worksheet = workbook . worksheets . get...cells range const range = worksheet . cells . createRange ( "B2:D7"...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  6. Getting Started|Documentation

    How to install Aspose Cells for Go via C++ and create a Hello World application....workbook , _ := NewWorkbook () worksheets , _ := workbook . GetWorksheets...GetWorksheets () worksheet , _ := worksheets . Get_Int ( 0 ) cells...

    docs.aspose.com/cells/go-cpp/getting-started/
  7. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...xlsx" ); // Get all the worksheets in the workbook WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  8. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples.... Worksheets . SetOleSize ( 0 , chartRows...Bitmap chartImage = workbook . Worksheets [ chartSheetIndex ]. Charts...

    docs.aspose.com/slides/net/creating-excel-chart...
  9. Manage formulas of Excel files|Documentation

    Learn how to Manage formulas of Excel files through the Aspose.Cells for Python via .NET for NET APIs....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/using-formulas...
  10. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...C++,轻松地在列上垂直拆分工作表,只需选择顶行的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法进行拆分。 const path...setActiveCell ( "C1" ); // Split worksheet vertically on columns sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...