Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 41,184 for

worksheet

(0.11 sec)
  1. Protection.IsEditingScenariosAllowed | Aspose.C...

    Protection property. Represents if the user is allowed to edit scenarios on a protected Worksheet...scenarios on a protected worksheet. [Obsolete("Use Protection...

    reference.aspose.com/cells/net/aspose.cells/pro...
  2. Class SmartTagSetting | Aspose.Cells for .NET A...

    Aspose.Cells.Markup.SmartTagSetting class. Represents all SmartTagCollection object in the Worksheet...SmartTagCollection object in the worksheet. public class SmartTagSetting...

    reference.aspose.com/cells/net/aspose.cells.mar...
  3. update_column_name method | Aspose.Cells for Py...

    update_column_name method update_column_name Updates all list columns’ name from the Worksheet. def update_column_nam......list columns’ name from the worksheet. def update_column_name (...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Protection.IsUsingPivotTablesAllowed | Aspose.C...

    Protection property. Represents if the user is allowed to manipulate pivot tables on a protected Worksheet...pivot tables on a protected worksheet. [Obsolete("Use Protection...

    reference.aspose.com/cells/net/aspose.cells/pro...
  5. Protection.IsSelectingUnlockedCellsAllowed | As...

    Protection property. Represents if the user is allowed to select unlocked cells on a protected Worksheet...unlocked cells on a protected worksheet. [Obsolete("Use Protection...

    reference.aspose.com/cells/net/aspose.cells/pro...
  6. walls_and_gridlines_2d 属性 | Aspose.Cells for Py...

    walls_and_gridlines_2d 属性 walls_and_gridlines_2d 属性 如果在 3-D 图表上以二维方式绘制网格线,则为真。 定义: @property def walls_and_gridlines_......charts 类 Chart walls 属性 worksheet 属性 简体中文 English Русский عربي...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. ExcelSaveOptions | Aspose.PDF for Python via .N...

    Save options for export to Excel format... minimize_the_number_of_worksheets Set true if you need to minimize...minimize the number of worksheets in resultant workbook. Default...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  8. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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....xlsx" ); //Access worksheet from which blank rows/columns...deleted var sheet = book . Worksheets [ 0 ]; //Access cells of...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 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…...(IEnumerator<Worksheet> enumerator = ((CollectionBase<Worksheet>)workbook...kbook.Worksheets).GetEnumerator()) { while (((IEnumerator)enumerator)...

    forum.aspose.com/t/issue-with-gridjsworkbook-im...
  10. Aspose Cells produces "#N/A" values, Excel does...

    Hi, Using Aspose Cells for Java, version 22.7. Sample code: Workbook workbook = new Workbook("input.xlsx"); workbook.calculateFormula(); WorksheetCollection Worksheets = workbook.getWorksheets(); Worksheet Worksheet …...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet worksheet...worksheet = worksheets.get("IT Concentration"); Cells cells = worksheet...

    forum.aspose.com/t/aspose-cells-produces-n-a-va...