Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 161,039 for

workbook

(0.09 sec)
  1. Copy and Pasting is throwing object reference n...

    When I edit a cell, there is no error thrown but when copy and pasting a cell there is an error.... This includes the workbook, worksheet, and any cells...Load the workbook Workbook workbook = new Workbook("path/to/your/excel/file...

    forum.aspose.com/t/copy-and-pasting-is-throwing...
  2. Search and replace text in XLSM document via C+...

    C++ example code to redact sensitive information in XLSM file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Replace(&mldr;) method Save the workbook. System Requirements Aspose...file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...

    products.aspose.com/cells/cpp/redaction/xlsm/
  3. RevisionLogCollection | Aspose.Cells for Java A...

    Represents all revision logs....the change history for this workbook. hashCode() highlightChan...Highlights changes of shared workbook. indexOf(Object o) Determines...

    reference.aspose.com/cells/java/com.aspose.cell...
  4. Convert POTX to XLT via C++ or with free Online...

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

    products.aspose.com/total/cpp/conversion/potx-t...
  5. Repair xlsx file via Python | products.aspose.com

    Repair a corrupt xlsx file using Python. Recovery tool to repair corrupted xlsx file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsx file will...

    products.aspose.com/cells/python-java/recovery/...
  6. ConditionalFormattingCollection类 | Aspose.Cells...

    ConditionalFormattingCollection类 ConditionalFormattingCollection类 封装 FormatCondition 对象的集合。 ConditionalFormattingColl......FormatConditionType , OperatorType , Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () sheet = workbook...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. ChartArea类 | Aspose.Cells for Python via .NET A...

    ChartArea类 ChartArea类 封装代表工作表中图表区域的对象。 继承: ChartArea → ChartFrame ChartArea 类型公开了以下成员: 特性 属性 描述 is_inner_mode 指示绘图区域大......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. Embedded Excel Image issue in PPT - Free Suppor...

    Hi! Aspose team, I have the requirement where I want to add embedded Excel OLE object in PPT. When I am creating the image with aspose cells classes I am getting the number in ###### in the image for the number column…...//Create a workbook Workbook workbook = new Workbook(“Example.xlsx”);...= 11; Worksheet dataSheet =workbook.getWorksheets().get(0); //Set...

    forum.aspose.com/t/embedded-excel-image-issue-i...
  9. Rotating Cell Text|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....following steps: Create a workbook and get a worksheet. Add samples...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text/
  10. ErrorBar class | Aspose.Cells for Python via .N...

    ErrorBar class ErrorBar class Represents error bar of data series. Inheritance: ErrorBar → Line The ErrorBar type exp......cells import Workbook from aspose.cells.charts import...ErrorBarType workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/aspose.ce...