Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 106,202 for

workbook

(0.71 sec)
  1. Convert DOCM to XLSB using Python or with free ...

    DOCM to XLSB conversion in your Python applications without using Microsoft Word or Excel or online. Test free DOCM to XLSB online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...efficient storage and handling of workbook data. It is useful when document-derived...

    products.aspose.com/total/python-net/conversion...
  2. Convert OTT to XLTX using Python or with free O...

    OTT to XLTX conversion in your Python applications without using Microsoft Word or Excel or online. Test free OTT to XLTX online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...template files for standardized workbook creation. This is valuable...

    products.aspose.com/total/python-net/conversion...
  3. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the C# API or .NET Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-gridlin...
  4. Regarding cell content shrunk - Free Support Fo...

    I have some data in a cell, but while viewing the document in the viewer, the content appears to be shrunk. Could you please suggest a solution? Please find the attached images. Excel sheet in Microsoft excel. image.pn…...appears “shrunken” only when the workbook is rendered with the Aspose...Aspose .Cells renders the workbook (HTML, PDF, or the built‑in...

    forum.aspose.com/t/regarding-cell-content-shrun...
  5. Insertion of a document at a bookmark updates h...

    Hi Aspose Team, I’m noticing that when I insert a document (Charts_EXECSUM.docm) at a bookmark location in word document (Template_Stnd_Plan_Text.docm), the table of content is updating in all caps for the newly inserte…...SourceFullName; using (Workbook TemplateWB = new Workbook(TemplateFile))...) { using (Workbook ReplacementWB = new Workbook(replacementLinkPath))...

    forum.aspose.com/t/insertion-of-a-document-at-a...
  6. Issue with ODS to PDF Conversion – Text and Sha...

    Dear Aspose Support, I am encountering an issue while converting ODS (OpenOffice / LibreOffice Calc) files to PDF using Aspose.Cells version 25.9.0. The problem seems to be intermittent — sometimes the text is visible i…...// Load the workbook Workbook wb = new Workbook(inStream); //...// Load the workbook Workbook wb = new Workbook(inStream); //...

    forum.aspose.com/t/issue-with-ods-to-pdf-conver...
  7. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...are not being applied in the workbook you create with Aspose.Cells...minimal repro – create a tiny workbook (one sheet, one chart) that...

    forum.aspose.com/t/how-to-set-up-series-points-...
  8. Manage Callouts in Presentation Charts with Pyt...

    Create and style callouts in Aspose.Slides for Python .NET with concise code examples, compatible with PPT, PPTX and ODP to automate presentation workflows....False ) workBook = chart . chart_data . chart_data_workbook chart...chart_data . series . add ( workBook . get_cell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/python-net/callout/
  9. Create ParetoLine Chart in Excel using C# | Par...

    Learn how to create a ParetoLine chart in Excel using C#. Step‑by‑step guide with complete Aspose.Cells for .NET code examples....configuration, and saving the workbook in various formats. This article...Efficient handling of large workbooks and datasets. Multiple Output...

    blog.aspose.com/cells/create-partoinline-chart-...
  10. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and PPTX to automate presentation workflows....false ); IChartDataWorkbook workBook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workBook . GetCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/net/callout/