Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 102,527 for

workbook

(0.09 sec)
  1. Convert Excel file to word doc with selected wo...

    Hi, I am trying to see if ASPOSE.total library can export an Excel Sheet into a page within a word doc. Please shared any samples you can guide or confirm this is available within the library. Thank you!...reading from existing Excel Workbook (ASPOSE) and supplying it...can take an existing Excel Workbook object (ASPOSE) and choose...

    forum.aspose.com/t/convert-excel-file-to-word-d...
  2. 使用Aspose.Cells查找单元格中的值|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  3. Excel to TIFF - Bland and White & color output ...

    Environment: Aspose.Cells Version: 24.8.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: Excel → Multi-page TIFF Image Type: Color input files Issues Observed: Color Image Sheets Not Converti…...Converting Properly: When the Excel workbook contains colored shapes, logos...missing compared to the original workbook. Final TIFF Output Always...

    forum.aspose.com/t/excel-to-tiff-bland-and-whit...
  4. 仅使用 JavaScript 复制范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本将数据从一个单元格范围复制到另一个单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new blank workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  5. 如何修复加载大型电子表格时的java.lang.OutOfMemoryError|Docume...

    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....Contents [ Hide ] 在加载大型电子表格时,Workbook构造函数有可能抛出java.lang.OutOfMe...载和处理电子表格时的内存消耗。这些选项还可以有效地在Workbook对象中加载包含大量数据集的大型电子表格。 Java //Specify...

    docs.aspose.com/cells/zh/java/how-to-fix-the-ja...
  6. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for Node.js via C++ to set the fill of a chart legend entry to none. This guide demonstrates how to modify the fill of legend entries in Microsoft Excel charts for better visualization and customization.... const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-text-of-ch...
  7. Using GlobalizationSettings Class for Custom Su...

    Learn how to customize subtotal labels and other labels of pie charts using the GlobalizationSettings class in Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a Workbook object from the file bytes const workbook = new...

    docs.aspose.com/cells/javascript-cpp/using-glob...
  8. Replace text in SmartArt with C++|Documentation

    Learn how to update text in SmartArt using Aspose.Cells for C++ by setting the Shape.Text property....of the major objects in a workbook. Often, there is a need to..."outputSmartArt.xlsx" ; Workbook workbook ( inputFilePath ); WorksheetCollection...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  9. Encrypt, decrypt, protect and unprotect Excel f...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect data in Excel files using Java code.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/java/protect-and-unprotect/
  10. Printing Workbooks|Documentation

    How to print worksheets and Workbooks using Java. This article provides the Java code to print worksheets and Workbooks using Aspose.Cells for Java API....Ask AI Printing Workbooks Contents [ Hide ] This document is...dialog box for printing a workbook with Excel. Figure: Print...

    docs.aspose.com/cells/java/printing-workbooks/