Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 26,459 for

worksheet

(0.13 sec)
  1. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...请使用 Worksheet::CalculateFormula(System::String...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  2. Save as ODF 1.1, 1.2 and 1.3 with JavaScript vi...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells for JavaScript via C++....value to cell A1 on the first worksheet and then saves the ODS file...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/save-ods-f...
  3. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....data to cells in the first worksheet. Create a Range . Set the...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-range-border/
  4. Cut and Paste Range|Documentation

    This article describes how to cut and paste a range with Aspose.Cells for Python via .NET library....and paste cells within a worksheet by using the insert_cut_cells...and paste cells within a worksheet. Sample Code AI Document Assistant...

    docs.aspose.com/cells/python-net/cut-and-paste-...
  5. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each Worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...doing Image export for each worksheet as one page , here we want...exporting a worksheet to a TIF image with Aspose.Cells Worksheet.PageSetup...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  6. 通过C++用JavaScript预览工作簿|Documentation

    Aspose.Cells支持使用JavaScript通过C++打印和预览Excel文件,无需安装Microsoft Excel。... 类用来为特定工作表生成打印预览,创建实例时传入 Worksheet 和 ImageOrPrintOptions 对象,调用其构造函数。...workbookPageCount ); // Worksheet printing preview for first worksheet const preview2...

    docs.aspose.com/cells/zh/javascript-cpp/workboo...
  7. Cut and Paste 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....cells within a worksheet. Copying and Moving Worksheets Count the...the number of cells in the Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/python-java/cut-and-paste...
  8. Set Hide Option for Excel Row, Column and Sheet...

    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....SheetName – represents a worksheet that specifies a hide object...object type. It includes worksheets, rows, and columns. Row/Column...

    docs.aspose.com/cells/reportingservices/set-hid...
  9. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet Worksheet) { …...column, Worksheet worksheet) { var startCellName = worksheet.Cells[cellArea...StartColumn].Name; var validations = worksheet.Validations; var validation...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  10. Copy Range Data Only|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....data to cells in the first worksheet. Create a Range . Create a...Move Range of Cells in a Worksheet Copy Range Data with Style...

    docs.aspose.com/cells/net/copy-range-data-only/