Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 106,496 for

workbook

(0.44 sec)
  1. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの toImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...throws Exception { Workbook wb = new Workbook(excelPath); Worksheet...throws Exception { Workbook wb = new Workbook(); Worksheet sheet...

    forum.aspose.com/t/excel-2-29-x-2-28/327278
  2. Android API to Convert DOTX to XLSM or with fre...

    Convert DOTX to XLSM in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOTX to XLSM online converter quickly before integrating the code....is an Excel macro-enabled workbook file used to store data in...Load HTML document by using Workbook class Save the document to...

    products.aspose.com/total/android-java/conversi...
  3. Load Spreadsheet with GridJs and Flask|Document...

    Step‑by‑step guide to load an Excel spreadsheet using Aspose.Cells GridJs with a Flask backend....application that loads an Excel workbook into the GridJs client UI...│ └─ sample.xlsx # Sample workbook used in the demo ├─ static/...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  4. Aspose.Cells.Drawing.TextBox.CalculateTextSize ...

    CalculateTextSizeTest.zip (86.1 KB) public static void testHeight() { // Create a new Workbook and save with different DPI settings Workbook Workbook = new Workbook("D:\\CalculateTextSizeTest.xlsm"); Worksheet shee…...new workbook and save with different DPI settings Workbook workbook...workbook = new Workbook("D:\\CalculateTextSizeTes.xlsm"); Worksheet...

    forum.aspose.com/t/aspose-cells-drawing-textbox...
  5. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); Cells...

    forum.aspose.com/t/compact-number-formatting-mi...
  6. Embed Excel in PowerPoint using Java

    This short guide explains how to embed Excel in PowerPoint using Java. It shares the IDE settings, steps, and code to embed Excel Workbook in PowerPoint using Java.... Code to Insert Excel Workbook into PowerPoint using Java...demonstrates how to embed Excel workbook in PowerPoint using Java ...

    kb.aspose.com/slides/java/embed-excel-in-powerp...
  7. How to Insert Comment in Excel using Java

    In this tutorial, you will learn how to insert comment in Excel using Java. It contains brief steps and the sample code to add comments in Excel using Java using a few API calls only....file with the object of the Workbook class Specify the sheet index...loading any worksheet within a workbook and then accessing a particular...

    kb.aspose.com/cells/java/how-to-insert-comment-...
  8. Unmerge Cells in Excel with Python

    Use this guide to unmerge cells in Excel with Python. It has the IDE settings, steps, and a sample code to unmerge cells without losing data with Python....for unmerging them into the Workbook object Get the collection...may iterate through all the Workbook sheets, and follow the process...

    kb.aspose.com/cells/python/unmerge-cells-in-exc...
  9. Tracing Precedents in Excel using C#

    Refer to this article for tracing precedents in Excel using C#. It has the IDE settings, steps, and a sample code to fetch precedents and dependents in Excel with C#....empty Excel file using the Workbook class for analyzing precedents...using C# . Create an empty workbook, set a formula in a cell,...

    kb.aspose.com/cells/net/tracing-precedents-in-e...
  10. Delete Repeated Rows in Excel using Java

    This article guides on how to delete repeated rows in Excel using Java. It provides IDE settings, steps, and a sample code to remove duplicate rows in Excel using Java....source Excel file into the Workbook object to eliminate duplicate...source Excel file into the Workbook object for commencing the...

    kb.aspose.com/cells/java/delete-repeated-rows-i...