Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 12,605 for

workbook

(0.27 sec)
  1. 工作表调整大小的有效解决方案|Aspose.Slides 文档

    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.... Workbook = new Workbook ( "AsposeTest.xls"...SetOleAccordingToSel ( Workbook workbook , Int32 startRow , Int32...

    docs.aspose.com/slides/zh/net/working-solution-...
  2. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....sheet copy in C++ , the output workbook can be saved as XLSX or XLS...source Excel file into the Workbook object for copying the worksheet...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...
  3. How to Change CSV to PDF in Java

    This short tutorial provides details about how to change CSV to PDF in Java. You can convert a file from CSV to PDF in Java using a few lines of code in Windows, Linux or macOS....CSV file is loaded into a Workbook class object along with the...PDF in Java by saving the Workbook object as PDF along with the...

    kb.aspose.com/cells/java/how-to-change-csv-to-p...
  4. How to Generate Excel File in Java

    In this step by step tutorial you will learn how to generate Excel file in Java. These steps are same for Linux, macOS and Windows operating systems....all the data is filled, the workbook can be saved into any format...project Add a reference to Workbook , Worksheet , and Cells classes...

    kb.aspose.com/cells/java/how-to-generate-excel-...
  5. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...can do it: Load your Excel workbook. Access the named style that...specified range. Save the modified workbook. Here is a sample code snippet...

    forum.aspose.com/t/how-to-change-number-format-...
  6. How to Convert Excel Chart to JPG in Java

    This brief tutorial explains how to convert Excel chart to JPG in Java. You can follow this article to perform same task in any of the operating system Windows, macOS and Linux....project Add references to Workbook and Chart classes using the...source Excel file into the Workbook object having a chart Get...

    kb.aspose.com/cells/java/how-to-convert-excel-c...
  7. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...el siguiente: Workbook workbook = new Workbook(filePath + "sample...TxtSaveOptions(); options.Separator = ' '; workbook.Save(filePath + "out_net.prn"...

    forum.aspose.com/t/de-excel-a-prn/310848
  8. com.aspose.cells.Cell.setHtmlString() method co...

    Hello, I have an issue, when I try to set an HtmlString on the cell, if I set the font size to a double value, it is converted to an integer value. An example: style.getFont().setDoubleSize(Double.parseDouble("12.5")); …...5")); workbook.getWorksheets().get(0).getCells()...get(STRING_INDEX).setStyle(style); workbook.getWorksheets().get(0).getCells()...

    forum.aspose.com/t/com-aspose-cells-cell-sethtm...
  9. Chart Series|Aspose.Slides 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....0f ); auto workBook = chart -> get_ChartData ()...-> get_Series () -> Add ( workBook -> GetCell ( 0 , 0 , 1 , ObjectExt...

    docs.aspose.com/slides/cpp/chart-series/
  10. How to Edit Excel File in C#

    This brief tutorial explains how to edit Excel file in C# .NET environment for Linux, macOS and Windows....Cells namespace Load the workbook containing data and formula...the workbook to update formula result Save the workbook The above...

    kb.aspose.com/cells/net/how-to-edit-excel-file-...