Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 161,044 for

workbook

(0.11 sec)
  1. GridWorkbookSettings | Aspose.Cells for Java AP...

    Represents settings of the Workbook....Represents settings of the workbook. Example GridWeb gridweb =...value which represents if the workbook uses the 1904 date system...

    reference.aspose.com/cells/java/com.aspose.grid...
  2. Freeze Panes in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  3. Working Solution for Chart Resizing in PPTX|Asp...

    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....changes in the actual Excel Workbook and then return to the concerned...outside the activated Excel Workbook. The size of the OLE Object...

    docs.aspose.com/slides/cpp/working-solution-for...
  4. Add Comments in Spreadsheet in xlsx4j|Documenta...

    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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...to the Workbook object Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/add-comments-in-spre...
  5. Invalid text color when saving to HTML - Free S...

    Hi, Using Aspose Cells for Java, version 23.11. Sample code: Workbook Workbook = new Workbook("input.xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportActiveWorksheetOnly…... Sample code: Workbook workbook = new Workbook("input.xlsx");...setExportImagesAsBas(true); workbook.save("output.html", saveOptions);...

    forum.aspose.com/t/invalid-text-color-when-savi...
  6. Class ShapeTextAlignment | Aspose.Cells for .NE...

    Aspose.Cells.Drawing.Texts.ShapeTextAlignment class. Represents the setting of shapes text alignment...//Instantiating a Workbook object Workbook workbook = new Workbook (); Shape...Shape shape = workbook . Worksheets [ 0 ]. Shapes . AddRectangle...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. Class Axis | Aspose.Cells for .NET API Reference

    Aspose.Cells.Charts.Axis class. Encapsulates the object that represents an axis of chart...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells.cha...
  8. Aspose::Cells::Vba::VbaModuleCollection class |...

    Aspose::Cells::Vba::VbaModuleCollection class. Represents the list of VbaModule in C++....//Instantiating a Workbook object Workbook workbook ; // Init VBA...project. VbaProject vbaProject = workbook . GetVbaProject (); // Add...

    reference.aspose.com/cells/cpp/aspose.cells.vba...
  9. Many blank columns in spreadsheet - Free Suppor...

    We have a xlsm file that may contains many blank columns (we dont know how it happens). We want to write a program that uses Aspose.Cells to detect and delete these columns. But it seems that Aspose.Cells cannot detect c…...Main(string[] args) { { Workbook wb = new Workbook(“1.xlsm”); Console...Application(); Excel.Workbook workbook = excelApp.Workbooks.Open(Path.GetFullPath("1...

    forum.aspose.com/t/many-blank-columns-in-spread...
  10. DocxSaveOptions constructor | Aspose.Cells for ...

    DocxSaveOptions constructor init Represents options of saving .docx file. def __init__ ( self ): ... init Represents ......save_as_image bool If True, the workbook will be converted into some....docx file. If False, the workbook will be converted into some...

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