Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 102,530 for

workbook

(0.48 sec)
  1. Refresh Values of Linked Shapes|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....Cells when you save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, you...

    docs.aspose.com/cells/java/refresh-values-of-li...
  2. Need a Sample Code to Create a Excel Combinatio...

    Hi Team, I have a combination chart of stacked bar in primary axis and clustered bar on the secondary axis. image.png (77.9 KB) please refer the attached excel file and provide the code to generate the same. Combinat…...following codes: Workbook workbook = new Workbook(dir + "Combin...eredB.xlsx"); int index = workbook.getWorksheets().add(); ChartCollection...

    forum.aspose.com/t/need-a-sample-code-to-create...
  3. CSV to DataFrame | CSV to Pandas DataFrame in P...

    Learn how to convert CSV to pandas DataFrame in Python using Aspose.Cells for Python with step-by-step examples. Import CSV in pandas, handle Excel via CSV, and build DataFrames easily....Step Step 1: Load CSV into Workbook Step 2: Extract Data from...by loading the CSV into a workbook. Extract its contents and...

    blog.aspose.com/cells/convert-csv-to-pandas-dat...
  4. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init Workbook Workbook wb = new Workbook(); WorksheetCollection sheets…... // init workbook Workbook wb = new Workbook(); WorksheetCollection...Initialize workbook and worksheet Workbook wb = new Workbook(); WorksheetCollection...

    forum.aspose.com/t/set-legend-size-to-certain-p...
  5. 在 Android 上管理演示文稿中的图表数据标签|Aspose.Slides 文档

    学习如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中添加和设置图表数据标签,以制作更具吸引力的幻灯片。...获取图表数据工作表 IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/zh/androidjava/chart-dat...
  6. How to Control Sheet Tab Bar|Documentation

    Learn how to control the sheet tab bar through the Aspose.Cells for .NET API....example shows how to: Create a workbook. Add data to cells in the...set AutoRecover property of Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/net/how-to-control-sheet-...
  7. Embed Attachment to PDF with Python.NET|Documen...

    Learn how to embed OLE Object attachments in PDF files using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions # Open the...the template file wb = Workbook ( "embedded-attachments-example...

    docs.aspose.com/cells/python-net/embed-attachme...
  8. Search in Documents via Java | products.aspose.com

    Search documents including PDF, Microsoft Office Excel, Word, PowerPoint and more via your Java based application....replacements within an Excel workbook. It begins by loading an Excel...Excel file into a Workbook object. The code sets up replacement...

    products.aspose.com/total/java/search/
  9. Check Password to modify using Aspose.Cells wit...

    Check if the given password matches the Password to modify using Aspose.Cells with C++....modify while creating your workbooks in Microsoft Excel. Please...file with load options Workbook workbook ( inputFilePath , opts...

    docs.aspose.com/cells/cpp/check-password-to-mod...
  10. Converting Worksheet to Image in PHP|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....ImageFormat (); // Instantiate a new workbook with the path to an Excel...Excel file $book = new Workbook ( $dataDir . "MyTestBook1.xls" );...

    docs.aspose.com/cells/java/converting-worksheet...