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

worksheet

(0.16 sec)
  1. 使用C++通过JavaScript将JSON转换为CSV|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON数据转换为CSV。...from first worksheet const cells = workbook . worksheets . get (...// Import JSON data into worksheet cells starting at A1 (0,0)...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Find if the cell value starts with single quote...

    Learn how to find if the cell value starts with a single quote mark through the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...(); // Accessing the first worksheet in the workbook const sheet...

    docs.aspose.com/cells/javascript-cpp/find-if-th...
  3. Public API Changes in Aspose.Cells 8.7.2|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....the first Worksheet from the collection Worksheet sheet = workbook...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Get Pivot Table Refresh Date and Refresh‑by‑Who...

    How to get Pivot Table refresh date and refresh‑by‑who information with Aspose.Cells for JavaScript via C++....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...const pivotTable = worksheet . pivotTables . get ( 0 ); const...

    docs.aspose.com/cells/javascript-cpp/get-pivot-...
  5. Python Excel Spreadsheet API | products.aspose....

    Aspose.Cells for Python via Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, HTML, TXT and other popular formats using Aspose.Cells for Python via Java API....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-java/
  6. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...0 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...
  7. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...xlsx"); WorksheetCollection worksheets = workbook.getWorksheets();...getWorksheets(); // Set first worksheet's A3 to 1 worksheets.get(0).getCells()...

    forum.aspose.com/t/incorrect-conditional-format...
  8. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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.... Worksheet targetSheet , string Cell...更改工作表名称。 xlNS . Worksheet targetSheet = ( xlNS . Worksheet )( newWorkbook...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  9. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts....inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...
  10. 使用C++处理形状或图表的发光效果|Documentation

    学习如何使用Aspose.Cells for C++处理形状或图表的发光效果。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/working-with-the-g...