Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 99,948 for

workbook

(0.33 sec)
  1. Public API Changes in Aspose.Cells 8.9.1|Docume...

    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 ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...the sample Excel file Workbook workbook ( inputFilePath ); //...not want to export document, workbook and worksheet properties options...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  3. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++...." ); // Load the workbook Workbook workbook ( srcDir + u "NonPrimitiveShape...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  4. Convert CSV to JSON with C++|Documentation

    Convert a CSV file to JSON by using the simple-to-use Aspose.Cells for C++ API....Csv ); // Load CSV file Workbook workbook ( srcDir + u "SampleCsv...worksheet Cell lastCell = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  5. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...01_SourceDirectory \\ " ); // Create workbook object from source file U16String..."SampleChartBook.xlsx" ; Workbook workbook ( sampleChartBook ); //...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  6. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....initializing an instance of Workbook from a template file. Here...book = new Aspose . Cells . Workbook ( dir + "sample.xlsx" , options...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Load Source Excel File Without Charts|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....loading the workbook from template file Load Workbook with Specified...

    docs.aspose.com/cells/net/load-source-excel-fil...
  8. 档案

    档案...Load Excel file Workbook book = new Workbook("Excel_Sheet.xlsx");...Excel file Workbook workbook = new Workbook("workbook.xlsx"); //...

    blog.aspose.com/zh/cells/convert-excel-to-jpg/
  9. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...evaluated for a cell in an Excel workbook using Aspose.Cells, you can...cells # Load the workbook workbook = cells.Workbook("Book1.xlsx")...

    forum.aspose.com/t/access-rendered-value-of-cel...
  10. Excel sheet takes a long time (7 seconds) for w...

    Would love to know what’s taking the time. Attempting to reproduce this with Java 21 in Windows the calculation takes a little over a second. Maybe a little long but reasonable. On Linux this extends to 7 seconds, which …...long time (7 seconds) for workbook.calculateFormula() in Linux...performance difference when using workbook.calculateFormula() on Linux...

    forum.aspose.com/t/excel-sheet-takes-a-long-tim...