Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 30,422 for

worksheet

(0.12 sec)
  1. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...Cells的 Worksheet.GetType() 属性判断工作表是否为对话框工作表。如果返回枚举值...xcel文件(64716820.xlsx),检查 Worksheet.GetType() 属性并与 SheetType.Dialog...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...
  2. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for Python via .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/python-net/cells-formatting/
  3. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....//Access first worksheet from the collection Worksheet sheet = book...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Reading Merged cells - Free Support Forum - asp...

    Hello Team, I’m reading an Excel file row by row using Aspose.Cells Java. If a cell is part of a merged range, I want to get the value from the top-left cell of that range. Is there a built-in API to check if a cell be…...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Loop...cell in the worksheet for (int row = 0; row <= worksheet.Cells.MaxDataRow;...

    forum.aspose.com/t/reading-merged-cells/311722
  5. Get Connection Points from Shape with JavaScrip...

    Learn how to retrieve connection points from shapes in Excel using Aspose.Cells for JavaScript via C++....Get the first worksheet in the book. const worksheet = newWorkbook...newWorkbook . worksheets . get ( 0 ); // Add a new textbox to the collection...

    docs.aspose.com/cells/javascript-cpp/get-connec...
  6. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  7. Issues with Custom Colors - Free Support Forum ...

    Hi, We need to set the Worksheet tab color using various custom colors. The Worksheets are created from templates that contain smart markers. Each template’s Worksheet tab is set to a specific custom color. Initially, …...1 Hi, We need to set the worksheet tab color using various custom...custom colors. The worksheets are created from templates that...

    forum.aspose.com/t/issues-with-custom-colors/31...
  8. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。...Workbook (); // Gets the first worksheet. const sheet = workbook ....// Protect contents of the worksheet. sheet . protect ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  9. Converting Chart to Image in SVG Format with Ja...

    Learn how to convert a chart to an SVG format image using Aspose.Cells for JavaScript via C++....chart found on the first worksheet to SVG. <!DOCTYPE html> <...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/converting...
  10. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...shapes of the worksheet Shape shape1 = worksheet . GetShapes ()...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...