Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 28,082 for

worksheet

(0.09 sec)
  1. Data Sorting|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....Cells allows you to sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The sort method accepts the...

    docs.aspose.com/cells/java/sort-data-of-excel/
  2. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...Cells提供 Worksheet.QueryTables 集合,通过索引返回 QueryTable...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...
  3. 通过 xlsx4j 在电子表格中添加图像|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....workbook = new Workbook (); Worksheet sheet = workbook . getWorksheets...column indices //are 5 in the worksheet. It is "F6" cell int pictureIndex...

    docs.aspose.com/cells/zh/java/add-images-in-spr...
  4. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; // Insert checkbox to the cell A5 Aspose...

    forum.aspose.com/t/checkbox-on-excel/312207
  5. Get Cells Index with Golang via C++|Documentation

    Learn how to get row or column index by the name of row, column, or cells. Convert the name of the cell to row and column index zero-based using Aspose.Cells with Golang via C++....manipulate specific data on the worksheet by row and column index, you...specific cell in the first worksheet. Get row index and column...

    docs.aspose.com/cells/go-cpp/get-cells-index/
  6. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row, column, or cell. Convert the name of a cell to zero‑based row and column indexes....manipulate specific data on the worksheet by row and column indexes...specific cell in the first worksheet. Get row index and column...

    docs.aspose.com/cells/net/get-cells-index/
  7. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....function without writing it in a worksheet AI Document Assistant Close...function without writing it in a worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/implement-custom-calc...
  8. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init workbook Workbook wb = new Workbook(); WorksheetCollection sheets…...add(); Worksheet chartSheet = sheets.get(i);...= chartSheet.getCharts(); Worksheet dataSheet = sheets.get(0);...

    forum.aspose.com/t/set-legend-size-to-certain-p...
  9. Using the DropDownList, List, FreeList Cell wit...

    This article introduces how to use lists in GridWeb.... WorkSheets [ 0 ]. BindColumns [ "CategoryID"...validation cell GridWeb1 . WorkSheets [ 1 ]. Cells [ "A1" ]. Validation...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a Worksheet using Aspose.Cells for Node.js via C++....needs to be added inside a worksheet. It has the following values...Workbook (); // Access first worksheet const sheet = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...