Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 104,120 for

workbook

(0.16 sec)
  1. No visible values in Drop-Down in GridJS - Free...

    Hi, I have issue with Drop-Down values. In Aspose.Cells GridJS, Excel Data Validation (List) drop-downs show no visible values when the validation Source refers to a ‘Named Range’ (defined in Excel ‘Name Manager’). In…... In the attached workbook (problem case), the validation...additional info A similar workbook works correctly when the Data...

    forum.aspose.com/t/no-visible-values-in-drop-do...
  2. ERROR: This Excel files contains BIFF7(Excel95 ...

    Hi, I'm using the evaluation version and get the following error: This Excel files contains BIFF7(Excel95 or earlier file format) records. Is there a solution to get around it? Thanks, Martin...As "Microsoft Office Excel Workbook". Now you can use Aspose.Cells...2007, 2010, 2013, 2019, 2021 Workbook, Office 365, and OpenOffice...

    forum.aspose.com/t/error-this-excel-files-conta...
  3. Cells Formats|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 provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/cells-formatting/
  4. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....in Python Create or load a Workbook and access a cell from a particular...style of the cell and save the workbook These steps explain how to...

    kb.aspose.com/cells/python/apply-excel-color-th...
  5. Convert Numbers File to PDF in C#

    Follow this article to convert numbers file to PDF in C#. It has the details to set the IDE, a list of steps, and a sample code for developing a numbers to PDF converter in C#....source Numbers file into the Workbook object Create the PdfSaveOptions...object Save the resultant Workbook as PDF using the custom settings...

    kb.aspose.com/cells/net/convert-numbers-file-to...
  6. How to Show Formulas in Excel using Node.js

    This article explains how to show formulas in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to show all formulas in Excel using Node.js....to calculate formulas in a workbook without using any third-party...display formulas Create a workbook , access a sheet, and set...

    kb.aspose.com/cells/nodejs/how-to-show-formulas...
  7. Find and Replace Text in Excel using Python

    Follow this article to find and replace text in Excel using Python. It has details to set the IDE, a list of steps, and a sample code to replace data in Excel using Python....Import the classes License and Workbook Load the license to avoid...watermarks Load the input workbook Create the FindOptions object...

    kb.aspose.com/cells/python/find-and-replace-tex...
  8. Add Module in Excel VBA Library with Node.js

    Refer to this article to add module in Excel VBA library with Node.js. Get the IDE details, a list of steps, and a sample code to generate methods in the VBA code library with Node.js....Java to add VBA code Create a workbook and get a reference to the...the VbaProject in the Excel Workbook Get a reference to the newly...

    kb.aspose.com/cells/nodejs/add-module-in-excel-...
  9. Converting Worksheet to Image in Aspose.Cells|D...

    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 supports converting a workbook to multiple image files, one...new Workbook object //Open a template excel file Workbook book...

    docs.aspose.com/cells/net/converting-worksheet-...
  10. 使用C++向工作表添加图标|Documentation

    学习如何使用 Aspose.Cells 和 C++ 向 Excel 工作表添加图标。... size ()); } Workbook workbook ( u "sample.xlsx" ); Worksheet...Worksheet sheet = workbook . GetWorksheets (). Get ( 0 ); sheet...

    docs.aspose.com/cells/zh/cpp/insert-svg-to-excel/