Sort Score
Result 10 results
Languages All
Labels All
Results 8,091 - 8,100 of 105,263 for

workbook

(0.22 sec)
  1. Specify whether the PivotTable is compatible fo...

    Learn how to specify PivotTable compatibility for Excel2003 using Aspose.Cells for C++ while refreshing the PivotTable....containing sample pivot table Workbook wb ( srcDir + u "sample-pivot-table... SetStyle ( st ); // Save workbook in XLSX format wb . Save (...

    docs.aspose.com/cells/cpp/specify-whether-the-p...
  2. Aspose.Cells .NET — Inconsistent chart data ref...

    aspose-sheetcopy-repro.zip (41.1 KB) When duplicating worksheets containing charts using both: Worksheets.AddCopy() Worksheet.Copy() with CopyOptions.ReferToDestinationSheet = true only the first copy created per sou…... Reproduction Steps Input workbook contains: Sheet1 with chart...referencing Sheet2 var wb = new Workbook("input.xlsx"); var sheet1...

    forum.aspose.com/t/aspose-cells-net-inconsisten...
  3. Add Custom XML Parts and Select them by ID|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.... Please use Workbook.getCustomXmlParts().add()...XML Part by ID, you can use Workbook.getCustomXmlParts().selectByID()...

    docs.aspose.com/cells/java/add-custom-xml-parts...
  4. 如何添加图标集条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 Icon Sets 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook from aspose.cells import Workbook , Worksheet...self , data_dir ): book = Workbook () sheet1 = book . worksheets...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  5. Use Custom XML Parts in Aspose.Cells|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....Cells via the Workbook.content_type_properties.add()...sample code makes use of the Workbook.content_type_properties.add()...

    docs.aspose.com/cells/python-net/use-custom-xml...
  6. Parsing Pivot Cached Records while Loading an E...

    Learn how to parse pivot cached records while loading Excel files using Aspose.Cells for C++....load your Excel file into the Workbook object, you can decide whether...

    docs.aspose.com/cells/go-cpp/parsing-pivot-cach...
  7. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file through the Page Setup object programmatically with sample code using Aspose.Cells for Python Excel Library....all the worksheets in the workbook. Please see its sample Excel...

    docs.aspose.com/cells/python-net/remove-existin...
  8. Retrieving SQL Connection Data|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....Cells provides the Workbook.getDataConnections() method...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/java/retrieving-sql-conne...
  9. Encrypt and Decrypt Excel files|Documentation

    How to encrypt and decrypt excel files using Python. Lock and unlock Excel files....code: Protect and Unprotect Workbook Structure Analyzing your prompt...

    docs.aspose.com/cells/python-java/encrypt-and-d...
  10. STOCKHISTORY formula caused circular reference ...

    When saving xlsx Workbook containing STOCKHISTORY formula to xlsb using Aspose.Cells .Net v26.3, auto calculation was disabled and circular reference error appeared in xlsb that was opened in Desktop version of Excel. N…...2:18am 1 When saving xlsx workbook containing STOCKHISTORY formula...

    forum.aspose.com/t/stockhistory-formula-caused-...