Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 26,934 for

excel worksheet

(0.41 sec)
  1. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...js导出带有网格线的Excel到HTML Contents [ Hide ] 如果希望导出带有网格线的Excel文件为HTML,请使用...getExportGridLines() 属性并设置为 true 。 将Excel导出为带有网格线的HTML 以下示例代码创建了一个工作簿,填充了一些值,然后在设置...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  2. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....to columns using Microsoft Excel. This feature is available from...character) based on which Microsoft Excel splits the contents of a cell...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  3. 填充设置|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++自定义填充设置、背景和样式。...[ Hide ] 颜色和背景图案 Microsoft Excel可以设置单元格的前景(轮廓)和背景(填充)颜色以及背景图案。...Microsoft Excel 文件。 Workbook 类包含一个 worksheets 集合,可访问 Excel 文件中的每个工作表。工作表由...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  4. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...(Table) in the worksheet ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  5. Save Workbook to Text or CSV Format using Aspos...

    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....a workbook with multiple worksheets into text format. For text... by default both Microsoft Excel and Aspose.Cells save the contents...

    docs.aspose.com/cells/net/save-workbook-to-text...
  6. Determine if Shape is Smart Art Shape with Java...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for JavaScript via C++....special shapes in Microsoft Excel that allow you to create complex...sample code loads the sample Excel file containing a SmartArt shape...

    docs.aspose.com/cells/javascript-cpp/determine-...
  7. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it Excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...position when compared to it excel equivalent. Code used to generate...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...

    forum.aspose.com/t/labels-in-charts-are-positio...
  8. Managing TextBox with JavaScript via C++|Docume...

    Learn how to manage TextBox in Excel using Aspose.Cells for JavaScript via C++....TextBox objects within an Excel worksheet. This can be useful for...functionality to manage TextBox in Excel documents. Managing TextBox...

    docs.aspose.com/cells/javascript-cpp/managing-t...
  9. 用Node.js通过C++设置图表系列的数值格式代码|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置图表系列的数值格式代码。本指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,从而专业、准确地展示您的数据。...截图显示执行后对示例Excel文件(51740712.xlsx)和输出Excel文件(51740713.xlsx)的效果。...xlsx" ); // Load the source Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-val...
  10. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。... 呈现切片器 以下示例代码加载包含现有切片器的 示例Excel文件 ,通过设置仅覆盖切片器的打印区域将工作表转换为图片。以下图片为...,展示渲染的切片器。可以看到,切片器已正确渲染,与示例Excel文件中一样。 示例代码 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/