Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 41,186 for

worksheet

(0.14 sec)
  1. RevisionFormat | Aspose.Cells for Java API Refe...

    Represents a revision record of information about a formatting change.... getWorksheet() Gets the worksheet. hashCode() notify() notifyAll()...getWorksheet() public Worksheet getWorksheet() Gets the worksheet. Returns:...

    reference.aspose.com/cells/java/com.aspose.cell...
  2. FontSetting类 | Aspose.Cells for Python via .NET...

    FontSetting类 FontSetting类 表示单元格文本中的一系列字符。 FontSetting 类型公开了以下成员: 构造器 构造器 描述 FontSetting(start_index, length, sheets) ......new worksheet to the Excel object workbook . worksheets . add...newly added worksheet by passing its sheet index worksheet = workbook...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. Save Workbook to Text or CSV Format using Aspos...

    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....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/net/save-workbook-to-text...
  4. How to add the treemap chart in Excel - Free Su...

    Hello, Need help in creating a treemap chart similar to that attached Excel using Aspose.Cells for Java API. Also, we need to make the labels as center-aligned. Attached is a sample Excel file with the manually create…...Access the first worksheet Worksheet worksheet = workbook.getWorksheets()...Treemap chart int index = worksheet.getCharts().add(ChartType...

    forum.aspose.com/t/how-to-add-the-treemap-chart...
  5. 更改行或列的字体和颜色|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 worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/changing-the-font-...
  6. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...设置为任意所需的 颜色 //Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  7. 插入图表|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....Given a document name, a worksheet name, a chart title, and a...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/zh/net/insert-a-chart/
  8. 创建新工作表|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 (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/zh/java/create-new-worksh...
  9. Import data from document|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....techniques to import data to worksheets from different data sources...Workbook class contains a Worksheets collection that allows to...

    docs.aspose.com/cells/net/import-data-from-docu...
  10. 创建新工作表|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 (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/zh/net/create-new-worksheet/