Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 106,186 for

workbook

(0.13 sec)
  1. Refresh and Calculate Pivot Table having Calcul...

    This article shows how to refresh and calculate a pivot table having calculated items with Aspose.Cells for Python via .NET....NET APIs, and save the workbook in PDF format. The results...

    docs.aspose.com/cells/python-net/refresh-and-ca...
  2. Get HTML5 string from Cell|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....following sample code creates a workbook object and adds some text...

    docs.aspose.com/cells/python-java/get-html5-str...
  3. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…...Clear(); var workbook = chart.ChartData.ChartDataWorkbook;...chart.ChartData.Categories.Add(workbook.GetCell(0, i + 1, 0, categories[i]));...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  4. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Set to export...

    docs.aspose.com/cells/nodejs-cpp/export-documen...
  5. Aspose.Cellsでシートをコピーすると配置していた画像オブジェクトの見え方が変わる -...

    Aspose.Cells for .NET(v25.10.0)を利用しています。 Aspose.Cellsでシートをコピーすると配置していた画像オブジェクトの見え方が変わりました。 確認すると設定していた透明度の設定がなくなっていました。 本件の対処方法を教えてください。 不具合であれば修正を検討ください。 詳細は以下の添付ファイルをご確認ください。 画像コピー検証.zip (88.3 KB) 添付ファイル内の「検証結果.…... Workbook workbook = new Workbook("path/to/your/source...xlsx"); Worksheet sourceSheet = workbook.Worksheets[0]; Worksheet targetSheet...

    forum.aspose.com/t/aspose-cells/320639
  6. Working with the ThreeDFormat of Shape or Chart...

    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....property and then saves the workbook in the output excel file ...

    docs.aspose.com/cells/java/working-with-the-thr...
  7. Calculate Custom Functions in GridWeb|Documenta...

    This article introduces features of custom functions in GridWeb....Filter objects while loading workbook in GridDesktop Analyzing your...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Specify the Language of the Excel File using Bu...

    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....following sample code creates a workbook and changes its built-in document...

    docs.aspose.com/cells/java/specify-the-language...
  9. Copy Range Data with Style|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.... This example: Creates a workbook. Fills a number of cells in...

    docs.aspose.com/cells/java/copy-range-data-with...
  10. 在 Java 中创建或更新 PowerPoint 幻灯片图表|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 Java 示例代码添加、格式化和编辑图表。...worksheetIndex = 0 ; IChartDataWorkbook workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/zh/java/create-chart/