Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 30,160 for

worksheet

(0.16 sec)
  1. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel Worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  2. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。...inputPath ); // Create a Worksheets object with reference to...Aspose.Cells提供一种方法 Worksheet.copy(Worksheet) ,用于复制数据和格式,从源工作表...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-and...
  3. Public API Changes in Aspose.Cells 8.1.0|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....used to specify if hidden worksheets are exported to HTML format...Cells will not export hidden worksheet contents. Please check the...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 用JavaScript通过C++管理评论和笔记|Documentation

    使用Aspose.Cells for JavaScript via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/javascript-cpp/comment...
  5. AutoFit Rows and Columns|Documentation

    This article shows how to auto‑fit rows, columns, rows of merged cells, and a row in a range of cells with the Aspose.Cells for .NET API....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/autofit-rows-and-colu...
  6. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...in cell A1 const cellA1 = worksheet . cells . get ( "A1" ); cellA1...

    docs.aspose.com/cells/javascript-cpp/using-form...
  7. Access and Modify Cell Value|Documentation

    This article introduces how to get and modify cell value in GridWeb....Contents [ Hide ] Access Worksheet Cells discussed accessing...accessing cells, refer to Access Worksheet Cells . Each cell has a property...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Product Overview|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....the grid, managing multiple worksheets, managing cells, rows, and...and columns of a worksheet, creating and calculating formulas...

    docs.aspose.com/cells/java/product-overview/
  9. Public API Changes in Aspose.Cells 8.8.3|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....Adding ActiveX Controls to Worksheet . Following is the simple...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 如何用C++创建甘特图|Documentation

    学习如何使用Aspose.Cells for C++ API创建甘特图。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Chart int32_t chartIndex = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/how-to-create-gant...