Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 161,045 for

workbook

(0.09 sec)
  1. Aspose.Cells 9.0.0 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-and-move-workshe...
  3. 创建饼图|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....missing ); //Access the Active workbook from Vsto sheet Microsoft...Office . Interop . Excel . Workbook workbook = sheet . Application...

    docs.aspose.com/cells/zh/net/create-a-pie-chart/
  4. Range.GetEnumerator | Aspose.Cells for .NET API...

    Range method. Gets the enumerator for cells in this Range...Examples [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/net/aspose.cells/ran...
  5. Hello World in Jython|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/java/hello-world-in-jython/
  6. How to enable connect datapoints with line opti...

    How to enable option connect data points with line? The file uploaded is of scatter with line and marker chart. 1st chart has a null value in the data so we are getting discontinued line to avoid that we need to find th…...Interpolated: Workbook workbook = new Workbook(dir + "scatte...e1.xlsx"); Chart chart2 = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/how-to-enable-connect-datapo...
  7. Charts are getting duplicated after opening, sa...

    Charts are getting duplicated after opening and saving with with Aspose cells, then closing and viewing in Excel. Steps to reproduce: Unzip and open the attached “Duplicated Charts.xlsx” file in Excel Click on the “S2…...reproduce is: Workbook workbook = new Workbook("Duplicated Charts...Charts.xlsx"); workbook.Save("test.xlsx", SaveFormat.Xlsx); Duplicated...

    forum.aspose.com/t/charts-are-getting-duplicate...
  8. ProtectionType.All does not work as intended in...

    I’m trying to protect a Workbook using ProtectionType.All but the Workbook is not protected. I can still change cell content. Sample code: var Workbook = new Workbook(); Workbook.Protect(ProtectionType.All, "Test"); wo…...protect a workbook using ProtectionType.All but the workbook is not...Sample code: var workbook = new Workbook(); workbook.Protect(ProtectionType...

    forum.aspose.com/t/protectiontype-all-does-not-...
  9. HorizontalPageBreak class | Aspose.Cells for Py...

    HorizontalPageBreak class HorizontalPageBreak class Encapsulates the object that represents a horizontal page break. ......import Workbook # Instantiating a Workbook object workbook = Workbook...its sheet index worksheet = workbook . worksheets [ 0 ] # Add a...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Sort Data in Worksheets|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 myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/net/sort-data-in-worksheets/