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

workbook

(0.17 sec)
  1. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the C++ Library and API. You can set the headers and footers for the first page, odd pages, and even pages....Startup (); // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/setting-different-hea...
  2. Formatting Slicer with Node.js via C++|Document...

    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 ( filePath ); // Access first...SlicerStyleLight6 ); // Save the workbook in output XLSX format. wb...

    docs.aspose.com/cells/nodejs-cpp/formatting-sli...
  3. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的VBA项目添加密码保护。...Load the source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  4. 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...
  5. 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...
  6. 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...
  7. 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/...
  8. [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
  9. 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...
  10. 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/