Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 105,375 for

workbook

(0.2 sec)
  1. Copying sheets between workbooks causes issues ...

    Hi, I have a scenario where deleting rows or sheets in a Workbook after copying sheets from a different Workbook will error if both Workbooks contain textjoin functions used in cell formula. This appears to have been wo…...Copying sheets between workbooks causes issues when textjoin...deleting rows or sheets in a workbook after copying sheets from...

    forum.aspose.com/t/copying-sheets-between-workb...
  2. 在 Python.NET 中对德语区域设置的支持,用于命名范围公式|Documentation

    了解如何使用 Aspose.Cells for Python 处理 Excel 中德语区域设置的命名范围公式,编号 via .NET。...cells import Workbook source_dir = os . path . join...ZS \" ,FALSE))" wb_source = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/support-for...
  3. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from Workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...looking to copy ranges from from workbook to another or from one worksheet...when copying ranges between workbooks or worksheets, especially...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  4. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. Java API code to extract text in rows and cells from XLSB spreadhseets....project Load XLSB file using Workbook class object Access relevant...Files Using Java APIs: Binary Workbook Efficiency Parsing XLSB files...

    products.aspose.com/total/java/parse/xlsb/
  5. Excel to HTML Export: Fixed panes partially cov...

    Hello Aspose Support Team, I found an issue when exporting Excel files containing fixed panes that span over several rows and columns. In the generated HTML file, some fixed cells get covered after scrolling down. I…...HtmlSaveOptions flags: Workbook wb = new Workbook("example.xlsx");...Clarifying questions Are you using Workbook.save(..., HtmlSaveOptions)...

    forum.aspose.com/t/excel-to-html-export-fixed-p...
  6. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...Workbook. (Boolean , CalculationOptions...CalculationOptions , e ) at Aspose.Cells.Workbook.CalculateFormula(CalculationOptions...

    forum.aspose.com/t/calculateformula-throws-an-e...
  7. Formulas|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....Contents [ Hide ] Calculate Workbook Formulas Setting Formulas...

    docs.aspose.com/cells/go-cpp/formulas/
  8. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Java API code to manage comments of XLSM files....project Load Document via Workbook class object Select the specific...project Load Document via Workbook class object Get the sepecific...

    products.aspose.com/total/java/annotate/xlsm/
  9. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...length; i++) { let workbook: Workbook | null = null; try {...images into Aspose workbook workbook = new Workbook(tmpExcelPath);...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  10. How to Convert Excel Chart to JPG using Python

    This short tutorial guides on how to convert Excel chart to JPG using Python. It provides all the necessary resources, step-wise procedure and a runnable sample code that transforms Excel chart to JPG using Python....source spreadsheet using the Workbook class object having a chart...of worksheets in the loaded workbook. Each worksheet contains a...

    kb.aspose.com/cells/python/how-to-convert-excel...