Sort Score
Result 10 results
Languages All
Labels All
Results 5,701 - 5,710 of 105,090 for

workbook

(0.11 sec)
  1. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for С++ chart worksheets and automate reports across PPT and PPTX files....0f ); auto workbook = chart -> get_ChartData ()...pass any value to the method: workbook -> GetCell ( 0 , u "F2" )...

    docs.aspose.com/slides/cpp/chart-worksheet-form...
  2. Convert Worksheet to CSV|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....method of Workbook object. Java //Instantiate a new workbook with...Excel file path Workbook workbook = new Workbook ( dataPath + "workbook...

    docs.aspose.com/cells/java/convert-worksheet-to...
  3. How to Add Top10 Conditional Formatting|Documen...

    How to use the Aspose.Cells for Python via .NET library to apply Top10 conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....cells import Workbook from aspose.cells import Workbook , Worksheet...self , data_dir ): book = Workbook () sheet1 = book . worksheets...

    docs.aspose.com/cells/python-net/how-to-add-top...
  4. PowerQueryFormulaItems missing in function with...

    In Aspose.Cells for .NET version 25.4.0 I found the following problem for the PowerQueryFormulaItems of a function. When a file contains a power query function with a nested let like so: let Source = {"banana", "ap…...following snippet: var workbook = new Workbook("MissingItem.xlsx")...xlsx") var query1 = workbook.DataMashup.PowerQueryFormulas["FindFruit"];...

    forum.aspose.com/t/powerqueryformulaitems-missi...
  5. [Aspose.Cells for java]印刷プレビューの内容に改ページ位置を一致させる方...

    変換後のPDFにおいて、ExcelのOffice上の印刷ページ数(印刷プレビューの内容)と一致しない事象が発生し、PDFに空白のページが生まれてしまいます。ページレイアウトの「拡大/縮小」設定において100%以外の場合でも、変換後のPDFにおけるページ数をOfficeの印刷ページ数と一致させる方法はありますか?希望としては常に印刷プレビュー通りの改ページ位置で出力したいです。 <ソース抜粋> #ExcelのPDF変換処理は、PDFバ…... Workbook workbook = new Workbook(inputFilePath);...setCheckFontCompatib(true); workbook.save(outFilePath, saveOptionsForCell);...

    forum.aspose.com/t/aspose-cells-for-java/325249
  6. Step‑by‑Step Guide to Load a Spreadsheet with G...

    Detailed tutorial on using Aspose.Cells GridJs with a Spring Boot backend and a client‑side HTML/JavaScript UI to load, edit, and download Excel files.... Load a workbook , interact with it, and persist...client side logic. * Loads a workbook from the server, displays...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  7. Find or Search Data|Documentation

    Learn how to find or search cells in a worksheet that contain specified data through the Aspose.Cells for .NET API....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/find-or-search-data/
  8. Convert an Excel Chart to Image with Golang via...

    Learn how to convert Excel charts to images using Aspose.Cells with Golang via C++....Microsoft Excel: Open a new workbook in Microsoft Excel. Input...Microsoft Excel: Open a new workbook in Microsoft Excel. Input...

    docs.aspose.com/cells/go-cpp/convert-an-excel-c...
  9. How to Remove Formula but Keep Data in Excel us...

    This short tutorial explains how to remove formula but keep data in Excel using Node.js. It shares the IDE settings, a list of steps, and a runnable sample code to remove formula from Excel but keep data using Node.js....to remove formulas Load the workbook and access the cell with the...is initiated by loading the workbook and accessing the target cell...

    kb.aspose.com/cells/nodejs/how-to-remove-formul...
  10. How to Adjust Column Width in Excel using Node.js

    This article teaches us how to adjust column width in Excel using Node.js. It has the environment details, a list of steps, and a running sample code to change width of column in Excel using Node.js....change the column width Load a workbook and access the cells collection...is initiated by loading a workbook and accessing the cells collection...

    kb.aspose.com/cells/nodejs/how-to-adjust-column...