Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 30,151 for

worksheet

(0.12 sec)
  1. 使用JavaScript通过C++将CSV、TSV和Txt转换为Excel|Documenta...

    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....innerHTML += `<p>Worksheets count: ${ wbCSV . worksheets . count } </p>`...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Worksheet. However, if multiple pages...Assuming curSheet is your Worksheet object final PageSetup pgSetup...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  3. 如何用JavaScript通过C++将Excel打印为宽度和高度适合的页面|Documenta...

    本文展示了使用C++的Script设置FitToPagesWide和FitToPagesTall的代码示例...head > < body > < h1 > Set Worksheet Fit To Pages and Save as PDF...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. 基于单元格引用插入图片,使用JavaScript通过C++|Documentation

    学习如何基于单元格引用在工作表中插入图片,使用Aspose.Cells for JavaScript通过C++。显示单元格中的数据在图片中。...方法,将图片添加到工作表中(封装在 ShapeCollection 集合中,属于 Worksheet 对象)。使用 Picture 对象的 Picture...Workbook (); // Get the first worksheet's cells collection const cells...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  5. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C# API or .NET Library....error checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/use-error-checking-op...
  6. 使用Python.NET应用高级条件格式|Documentation

    学习如何用Aspose.Cells for Python via .NET实现Excel的高级条件格式功能,如数据条、颜色比例和图标集。...the first worksheet worksheet = workbook . worksheets [ 0 ] # Get...Get the A1 cell a1 = worksheet . cells . get ( "A1" ) # Get the...

    docs.aspose.com/cells/zh/python-net/apply-advan...
  7. 用 Node.js 和 C++ 为 Excel 插入背景图像|Documentation

    “如何使用 Aspose.Cells for Node.js via C++ 插入背景图像到 Excel。”...Workbook (); // Get the first worksheet. const sheet = workbook ....background image for the worksheet. sheet . setBackgroundImage...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-back...
  8. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。...inputFilePath ); // Get the first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  9. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...Get the first worksheet in the book Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...
  10. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells with C++....()); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/implement-cell-formul...