Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 27,112 for

excel worksheet

(1.17 sec)
  1. 使用C++通过JavaScript插入微型图|Documentation

    使用Aspose.Cells for JavaScript via C++为Excel创建微型图。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...Accessing the first worksheet in the Excel file const sheet =...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  2. 如何将 Excel 方程导出为其他类型的表达式|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....如何将 Excel 方程导出为其他类型的表达式 Contents [ Hide ] 有时,您可能需要在代码中将 Excel....Cells 库可以满足您的需求。以下内容介绍一些将 Excel 公式导出到其他格式的方法,希望对您有所帮助。 这里提供了示例代码,帮助您使用Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  3. Create TSV Using Python | products.aspose.com

    Generate Microsoft Excel TSV documents using Python applications without using Microsoft Office....TSV File Via Python Generate Excel TSV Files via your Python Applications...Get the access of required Worksheet using getWorksheets().get(index)...

    products.aspose.com/total/python-java/create/tsv/
  4. 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 JavaScript via C++.... worksheets . get ( 0 ); ws . shapes...textContent = 'Download Modified Excel File' ; document . getElementById...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  5. How to Display Long X‑Axis Labels Without Trunc...

    Hi Team, In Excel, when we use long x‑axis labels, they are not displayed fully. For example, if the x‑axis label is “Starting point for x axis 123456,” it appears truncated as “Starting point for…”. Is there a way t…...2026, 11:24am 1 Hi Team, In Excel, when we use long x‑axis labels...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/how-to-display-long-x-axis-l...
  6. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...Define Your Template : In your Excel template, set up the layout...// Create a new worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  7. 在工作表上添加Word Art水印使用Aspose.Cells|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....文件顶部、装饰文本、使文本适应预设形状,或将文本应用于Excel工作表作为背景水印。WordArt变成一个对象,您可以移动或定位在电子表格中添加装饰。...//Get the first default sheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  8. Add calculated field in Pivot Table with Golang...

    How to add a calculated field in a pivot table with Aspose.Cells for C++....calculated field in Pivot Table in Excel Insert a calculated field in...in a PivotTable in Excel, follow these steps: Select the PivotTable...

    docs.aspose.com/cells/go-cpp/add-calculated-fie...
  9. Filtering the kind of data while loading the wo...

    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....style="color: red;">Please select an Excel file.</p>' ; return ; } const...workbook object from uploaded Excel file using load options const...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  10. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...and 'sheet' is the target Worksheet var cell = sheet.Cells["A1"];...Insert Picture over Cells Using Excel How to Insert Picture in Cell...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...