Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 27,074 for

excel worksheet

(1.07 sec)
  1. 在使用JavaScript via C++进行Excel转HTML时导出文档、工作簿和工作表属...

    学习如何使用Aspose.Cells for JavaScript via C++导出Excel中的文档、工作簿和工作表属性到HTML。...在使用JavaScript via C++进行Excel转HTML时导出文档、工作簿和工作表属性。 Contents [...Hide ] 可能的使用场景 当使用Microsoft Excel或Aspose.Cells for JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  2. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....PictureCollection (encapsulated in the Worksheet object). The Add method takes...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/cpp/managing-pictures/
  3. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换成JPEG或PNG等图片格式。本指南演示如何从Microsoft Excel导出图表并将其保存为独立图片以便进一步使用和处理。...Cells API支持将Excel图表转换成图片格式,无需额外工具或应用程序。为了支持渲染,...Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-im...
  4. How to Format Number to Percentage|Documentation

    This article will introduce how to format numbers to percentages using Aspose.Cells for JavaScript via C++ API....Formatting numbers to percentages in Excel is a common practice for several...format numbers as percentages in Excel: Clarity and Readability : Percentages...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  5. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....elim、CSV等),默认情况下,Microsoft Excel和Aspose.Cells仅保存活动工作表的内容。 以下...以下代码示例说明如何将整个工作簿保存为文本格式。加载源工作簿,可以是任何Microsoft Excel或OpenOffice电子表格文件(例如XLS、XLSX...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  6. How to create Combo Chart with JavaScript via C...

    Learn how to create a combo chart using Aspose.Cells for JavaScript via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Usage Scenarios Combo charts in Excel let you take advantage of this...the sample Excel file and generates the output Excel file . <!DOCTYPE...

    docs.aspose.com/cells/javascript-cpp/create-com...
  7. Create New Spreadsheet in xlsx4j|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....Workbook (); // Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/java/create-new-spreadshe...
  8. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++....xls" )); const worksheet = workbook . getWorksheets...get ( 0 ); const table = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...
  9. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....Workbook (); } const worksheet = workbook . worksheets . get ( 0 ); const...const shapes = worksheet . shapes ; // add a TextBox const shape...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  10. 使用Node.js与C++设置工作表中表或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作表内表或列表对象的注释。...设置工作表内表格或列表对象的批注 以下示例代码加载 源Excel文件 ,设置工作表中第一个表格或列表对象的注释。 const...)); // Access first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-com...