Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 20,904 for

worksheet

(0.19 sec)
  1. Manage VBA codes of Excel Macro-Enabled workboo...

    Add VBA Module and Modify VBA or Macro with Aspose.Cells for Node.js via C++....add(Worksheet) method to add the new VBA...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/manage-vba-pro...
  2. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using Node.js via C++....xls" )); // Get the first worksheet const sheet = workbook . getWorksheets...format. To export the active worksheet to Markdown, pass SaveFormat...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  3. Customizing Charts|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....ChartArea , the chart area in the worksheet. ChartDataTable , a chart...Add any type of chart to a worksheet using the ChartCollection...

    docs.aspose.com/cells/java/creating-and-customi...
  4. Customize Globalization Settings for Pivot Tabl...

    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....CustomPivotTableGlob ()); // Hide first worksheet that contains the data of...false ); // Access second worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/customize-glob...
  5. 如何通过 Node.js 和 C++ 将 Excel 打印为宽和高适应页面|Documenta...

    本文展示了如何使用 Aspose.Cells for Node.js via C++ 设置 FitToPagesWide 和 FitToPagesTall 的代码示例。...the first worksheet in the Excel file const worksheet = workbook...length of the worksheet will be spanned worksheet . getPageSetup...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-prin...
  6. Manage formulas of Excel files|Documentation

    Learn how to Manage formulas of Excel files through the Aspose.Cells for Python via .NET for NET APIs....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/using-formulas...
  7. Manage Shape Options|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....Add WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/net/managing-shape-options/
  8. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...Cells API程序化移除,可以使用 Worksheet.Slicers.Remove() 方法。这将从工作表中删除切片器。...Access first worksheet. WorksheetCollection worksheets = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  9. Public API Changes in Aspose.Cells 8.0.1|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....to write a large data to a worksheet in optimized mode. C# //Instantiate...manually: Cells cells = book . Worksheets [ 0 ]. Cells ; cells . MemorySetting...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; // Insert checkbox to the cell A5 Aspose...

    forum.aspose.com/t/checkbox-on-excel/312207