Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 161,016 for

workbook

(0.12 sec)
  1. Want the ability to remove page by index in asp...

    Looking for increased functionality around removing worksheets. Currently, for Aspose Cells via Net the only way to remove a worksheet is to find the name of the worksheet and use Workbook.worksheets.remove_at(“name”). I…...name of the worksheet and use Workbook.worksheets.remove_at(“name”)...it from its corresponding workbook. amjad.sahi March 11, 2024...

    forum.aspose.com/t/want-the-ability-to-remove-p...
  2. WebWorksheets.Clear | Aspose.Cells for .NET API...

    WebWorksheets method. Clear all worksheets...public void Clear () Remarks A workbook must contains a worksheet...

    reference.aspose.com/cells/net/aspose.cells.gri...
  3. Class Label | Aspose.Cells for .NET API Reference

    Aspose.Cells.Drawing.Label class. Encapsulates the object that represents a label in a spreadsheet...//Create a new Workbook. Workbook workbook = new Workbook (); //Get...worksheet in the workbook. Worksheet sheet = workbook . Worksheets...

    reference.aspose.com/cells/net/aspose.cells.dra...
  4. ChartPoint | Aspose.Cells for .NET API 参考

    表示图表系列中的单个点...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //获取第一个工作表的引用...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向“A1”单元格添加样本值...

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. Issue with gridJsWorkbook.ImportExcelFile - Pat...

    I am encountering an issue with the gridJsWorkbook.ImportExcelFile method when running on a server that only has a C drive. The following error is thrown: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPa…...(stringBuilder == null) { Workbook workbook = new Workbook(filePath); using...((CollectionBase<Worksheet>)workbook.Worksheets).GetEnumerator())...

    forum.aspose.com/t/issue-with-gridjsworkbook-im...
  6. Convert POTM to XLT via C++ or with free Online...

    Export POTM to XLT in C++ without using Microsoft Excel or Powerpoint or online. Test free POTM to XLT online converter quickly before integrating the code....POTM to XLSB (Excel Binary Workbook) Convert POTM to XLSM (Macro-enabled...Convert POTM to XLSX (Open XML Workbook) Convert POTM to XLTM (Excel...

    products.aspose.com/total/cpp/conversion/potm-t...
  7. Change the Absolute Path of External Link Data ...

    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....file, then please use the Workbook.AbsolutePath property. Initially...path. Then it changes the Workbook.AbsolutePath property to a...

    docs.aspose.com/cells/java/change-the-absolute-...
  8. Excel Themes and Colors|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....and other objects used in a workbook. For example, the Accent1...used to set the font color. Workbook.getThemeColor method can be...

    docs.aspose.com/cells/java/excel-2007-themes-an...
  9. How to set category axis|Documentation

    Learn how to set the category axis in Aspose.Cells for Java. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....in sample code Create a new workbook. Create a new chart in the... Set value axis, save the workbook to view the result. The following...

    docs.aspose.com/cells/java/how-to-set-category-...
  10. Generate Chart by Processing Smart Markers|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....instance of Workbook Workbook book = new Workbook (); //Access...WorkbookDesigner (); //Set the Workbook property for the instance...

    docs.aspose.com/cells/java/generate-chart-by-pr...