Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 99,951 for

workbook

(0.11 sec)
  1. 访问和更新单元格的富文本部分|Documentation

    了解如何通过Aspose.Cells for Java脚本在C++ API中访问和更新单元格的丰富文本部分。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  2. Index was out of range pivot table.CalculateDat...

    i have a problem when I want to calculate the pivot table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...Load the workbook Workbook workbook = new Workbook("path_to_your_file...xlsx"); Worksheet sheet = workbook.Worksheets[0]; // Refresh...

    forum.aspose.com/t/index-was-out-of-range-pivot...
  3. Combination - Stacked Column with Stacked Area ...

    Hi Team, We have a requirement to render a combination chart with stacked column in primary axis and Stacked Area in Secondary axis. Whenever I turn off the axis property the Stacked Area chart is not getting rendered. …...have used below Workbook workbook = new Workbook(dir + "DAC Stacked...+ Area.xlsx"); int index = workbook.getWorksheets().add(); ChartCollection...

    forum.aspose.com/t/combination-stacked-column-w...
  4. How to Remove a Formula in Excel without Removi...

    This step-by-step tutorial explains how to remove a formula in Excel without removing contents in C# .NET environment for Linux, macOS and Windows....version watermark Load the workbook containing data and formula...temporary variable Save the workbook The above steps describe the...

    kb.aspose.com/cells/net/how-to-remove-excel-for...
  5. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) worksheet.PageSetup.Custom…...static void Run() { Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.Worksheets[0]; int firstRow = 0; int lastRow...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  6. 档案

    档案...导入 Excel XLSX 的步骤: 创建一个新的 Workbook 对象。 使用 System.IO.File.ReadAllText(string)...ImportData() 方法将数据从 JSON 导入 Excel。 使用 Workbook.Save(string) 方法保存 Excel 文件。...

    blog.aspose.com/zh/cells/import-data-from-json-...
  7. Create Pivot Table in xlsx4j|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-pivot-table-i...
  8. 使用C++将Excel图表转换为图像|Documentation

    学习如何使用Aspose.Cells结合C++将Excel图表转换为图像。... Workbook workbook ( srcDir + u "PieChart...worksheet of the workbook. Chart chart = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/convert-an-excel-c...
  9. Working with Worksheets in Apache POI and Aspos...

    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....Sheet Within Workbook Reorder Sheets Within Workbook Header and...Assistant Close Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/working-with-workshe...
  10. Get Cell Validation in ODS Files with C++|Docum...

    Learn how to Get Cell Validation in ODS Files using Aspose.Cells for C++....ods" ; Workbook workbook ( inputFilePath ); //...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/get-cell-validation-i...