Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 30,147 for

worksheet

(0.08 sec)
  1. 设置列标题提示|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....false ); //Access the first worksheet GridWorksheet gridSheet =...into the cells of the first worksheet. gridSheet . getCells ()....

    docs.aspose.com/cells/zh/java/set-column-header...
  2. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set to single select. After applying “R…...attached sample: I call “Worksheet.RefreshPivotTables()”, which...templates. foreach (Worksheet sheet = workbook.Worksheets) { foreach (PivotTable...

    forum.aspose.com/t/pivot-table-refresh-problems...
  3. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for JavaScript via C++ API....Create a Workbook and Access a Worksheet You can either create a new...Cell You need to access the worksheet where you want to format numbers...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  4. Working with the ThreeDFormat of Shape or Chart...

    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....first shape in the first worksheet, sets the sub‑properties of...

    docs.aspose.com/cells/net/working-with-the-thre...
  5. Working with Dyn-Hide Form|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....define a cell range on a worksheet that you want to hide. To...

    docs.aspose.com/cells/reportingservices/working...
  6. Create Signature Line in an Excel Workbook|Docu...

    This article describes how to create a signature line in an Excel workbook using code with Aspose.Cells for Python via .NET....Add Signature Line to the Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/python-net/create-signatu...
  7. Z Axis|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for Python via .NET. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....the chart data in the first worksheet. Then we add a chart and set...

    docs.aspose.com/cells/python-net/z-axis/
  8. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells....value to cell A1 on the first worksheet, and then saves the ODS file...

    docs.aspose.com/cells/net/save-ods-file-in-odf-...
  9. 用JavaScript通过C++打开不同格式的文件|Documentation

    Aspose.Cells for JavaScript通过C++ API允许你打开/读取不同格式的文件,如XLSX、HTML、CSV、ODS、TSV、SXC、FODS等。...loadOptions ); const worksheet = workbook . worksheets . get ( 0 ); const...const sheetName = worksheet . name ; const nameLength = sheetName...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Q038_STND_1"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/shapes-in-charts-rendered-by...