Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 30,205 for

worksheet

(0.14 sec)
  1. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++....// Access the first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  2. 通过Node.js读取和写入带有查询表数据源的表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入带有QueryTable数据源的表。...xls" )); const worksheet = workbook . getWorksheets...get ( 0 ); const table = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  3. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  4. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....true ); // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/check-custom-number-f...
  5. Android Excel Spreadsheet API | products.aspose...

    Android spreadsheet library to create read write and parse Excel files. A spreadsheet API for mobile Apps development...export capabilities, render worksheet pages to raster images as...Collections Chart to Image Worksheet to Image Spreadsheet to PDF...

    products.aspose.com/cells/android-java/
  6. Python Excel Spreadsheet API | products.aspose....

    Aspose.Cells for Python via .NET library to create, repair, merge, parse and convert excel files. This powerful API provides a streamlined and efficient solution to create, repair, merge, parse and convert excel files, fulfilling specific developer needs with high precision....excel formats and can render worksheets to XPS, PDF, MHTML, HTML...Collections Chart to Image Worksheet to Image Spreadsheet to PDF...

    products.aspose.com/cells/python-net/
  7. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet const ws = wb . getWorksheets...Text with Shape inside the Worksheet using Node.js via C++ Analyzing...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  8. Manage Shape Options with JavaScript via C++|Do...

    Learn how to manage shape options using Aspose.Cells for JavaScript via C++. Customize shapes in spreadsheets effectively....Add WordArt Watermark to Worksheet with JavaScript via C++ Data...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  9. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Workbook (); const worksheet = book . worksheets . get ( sheetName...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. 使用 C++ 获取页眉或页脚|Documentation

    本文介绍如何使用 C++ API 或库以编程方式获取Excel或OpenOffice文件中的页眉和页脚。...获取页眉和页脚 使用 Worksheet.PageSetup.GetHeader 和 Worksheet.PageSetup...u "HeaderFooter.xlsx" ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...