Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 161,020 for

workbook

(0.12 sec)
  1. Convert JSON to HTML Python via Python | produc...

    Convert JSON to HTML Online for Free. Free Online JSON to HTML Converter. Python JSON to HTML. JSON to HTML via Python....import Workbook workbook = Workbook( "Input.xlsx" ) workbook.save(...instance of Workbook Convert JSON to HTML by calling Workbook.save method...

    products.aspose.com/cells/python-java/conversio...
  2. Search and replace text in ODS document via C++...

    C++ example code to redact sensitive information in ODS file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Replace(&mldr;) method Save the workbook. System Requirements Aspose...file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...

    products.aspose.com/cells/cpp/redaction/ods/
  3. 使用PyInstaller轻松分发Python应用程序|Documentation

    通过pyinstaller将python代码打包成exe。... api import Workbook , FileFormatType , CellsHelper...()) workbook = Workbook ( FileFormatType . XLSX ) workbook . getWorksheets...

    docs.aspose.com/cells/zh/python-java/pyinstalle...
  4. Update XLSB File using .NET | products.aspose.com

    Modify XLSB documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xlsb/
  5. Aspose.Cells for .NET 5.1.1 Release Notes|Docum...

    Aspose.Cells for .Net 5.1.1 Release Notes – the latest enhancements, new features, and fixes....few issues of Workbook constructor and Workbook.Save() method...Format is lost for Excel 2007 workbook 18681 Xlsx Hyperlinks for...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  6. Missing source property for DataModelConnection...

    Consider the following example file: PivotTableReferences.xlsx.zip (40.1 KB) This file contains two external connections of type DataModelConnection. In MS Excel, we can go to Data > Queries & Connections > Connections …... Sample code: Workbook workbook = new Workbook("e:\\test2\\PivotTableReferences...xlsx"); for (int i = 0; i < workbook.DataConnections.Count; i++)...

    forum.aspose.com/t/missing-source-property-for-...
  7. Export Worksheet CSS Separately in Output HTML|...

    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....Export single sheet workbook to HTML When a workbook with multiple...behaviour is required for a workbook with single worksheet when...

    docs.aspose.com/cells/java/export-worksheet-css...
  8. XLS file with Pivot table converted to XLSM is ...

    I have created an XLS fie using MS office 2019, in the file added a pivot table with data connection to sql server. Using Aspose.Cells converted the file to XLSM format, which outputted a corrupted file with data connec…... Sample code: Workbook workbook = new Workbook("e:\\test2\\P...tTables_SourceFile.xls"); workbook.Save("e:\\test2\\out1.xlsm"...

    forum.aspose.com/t/xls-file-with-pivot-table-co...
  9. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/net/create-slicer/
  10. Aspose.cell java altres formulas and triggers a...

    When importing an Excel file and running the calculateFormula, the output file displays a #VALUE error. Upon inspection, the formulas in these cells have been altered, with @ symbols added to the formulas. Details: I…... You can call it on the Workbook , Worksheet , or Cell class... For example: Workbook workbook = new Workbook("cf Input_CTRL_STE_CONC...

    forum.aspose.com/t/aspose-cell-java-altres-form...