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

workbook

(0.09 sec)
  1. Aspose::Cells::Charts::SeriesCollection class |...

    Aspose::Cells::Charts::SeriesCollection class. Encapsulates a collection of Series objects in C++....//Instantiating a Workbook object Workbook workbook ; //Adding a new...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  2. to_image method | Aspose.Cells for Python via ....

    to_image method Contents [ Hide ] to_image Render whole Workbook as Tiff Image to stream. def to_image ( self , strea......Hide ] to_image Render whole workbook as Tiff Image to stream. def...image to_image Render whole workbook as Tiff Image to a file. def...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Code Comparison for Common Features in Aspose.C...

    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....Sheet Within Workbook Re-Order Sheets Within Workbook Header and...Aspose.Cells Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/code-comparison-for-...
  4. Repair xlsm file via C++ | products.aspose.com

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

    products.aspose.com/cells/cpp/recovery/repair-x...
  5. Aspose.Cells 8.1.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 (); //Access...Style object and add it to Workbook's Style Collection Style style...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Missing values on x-axis on bar chart compared ...

    Hello, we have an issue with an Excel sheet (sheet: Lead Time). Everything is converted fine except bar chart values and bars KW36 - KW39 are missing. wrong bar is colored, maybe some kind of follow-up issue, not sure …... Sample code: Workbook workbook = new Workbook("f:\\files\\missing_values...issing_values.xlsx"); workbook.save("f:\\files\\out1.pdf"); We...

    forum.aspose.com/t/missing-values-on-x-axis-on-...
  7. RadioButtonActiveXControl class | Aspose.Cells ...

    RadioButtonActiveXControl class RadioButtonActiveXControl class Represents a RadioButton ActiveX control. Inheritance......Description workbook Gets the ActiveXControlBase.workbook object....pycore from aspose.cells import Workbook from aspose.cells.drawing...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Aspose.Cells for .NET 7.2.1 Release Notes|Docum...

    Aspose.Cells for .Net 7.2.1 Release Notes – the latest enhancements, new features, and fixes....XLSM file after calling the Workbook.Save() method Thecomponent...destroys properties of the workbook XML’s CalcPr node You want...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  9. 在工作簿中应用样式|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/zh/net/apply-styles-to-ra...
  10. Wrong format when exporting Excel to PDF - Free...

    I have an issue when exporting an Excel file to pdf that do not keep the same format. I must print a document in two different formats, Excel & PDF, and I have also a template (xlsx file) provided by a third-party passw…...MemoryStream()) { var s = new Workbook(); s.Save(dstStream, SaveFormat... Sample code: Workbook workbook = new Workbook("g:\\test2\\PoS...

    forum.aspose.com/t/wrong-format-when-exporting-...