Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 21,331 for

worksheet

(0.06 sec)
  1. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++.... If you convert your worksheet into an image or you save...); // Access second worksheet. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/rendering-timeline/
  2. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....text in cell A4 of the first worksheet, and sets its font to invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  4. 在 PHP 中分组和取消分组行和列|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....Accessing the first worksheet in the Excel file $worksheet = $workbook...() -> get ( 0 ); $cells = $worksheet -> getCells ();; # Grouping...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  5. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++...." ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...workbook ; // Clears the worksheets workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  6. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet Worksheet) { …...column, Worksheet worksheet) { var startCellName = worksheet.Cells[cellArea...StartColumn].Name; var validations = worksheet.Validations; var validation...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  7. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Set cell value Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  8. Aspose.Cells 8.4.1中的公共API更改|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....first worksheet com . aspose . cells . Worksheet worksheet = workbook...aspose . cells . Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. 使用字体|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Adding some value to cell Cell cell...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  10. How to Create Excel File in Python

    Here is a quick tutorial that describes how to create Excel file in Python. It provides details how using Python generate Excel file along with the information about configuring the environment....Excel file Access the first Worksheet of the newly created Excel...provided by default in each Worksheet Iterate through the cells...

    kb.aspose.com/cells/python/how-to-create-excel-...