Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 20,427 for

worksheet

(0.11 sec)
  1. 使用Node.js与C++设置工作表中表或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作表内表或列表对象的注释。...)); // Access first worksheet. const worksheet = workbook . getWorksheets...or table. const lstObj = worksheet . getListObjects (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-com...
  2. How to Insert Excel Background Image using Python

    This short topic encompasses information on how to insert Excel background image using Python. It covers all the details to configure the required environment, a step-wise process, and a runnable sample code to add Excel image background using Python....Python via Java to insert a worksheet background image Create a...Access to the first default Worksheet where the image is to be added...

    kb.aspose.com/cells/python/how-to-insert-excel-...
  3. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  4. Public API Changes in Aspose.Cells 8.8.1|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....SETTINGS loads only Workbook & Worksheet settings. SHAPE loads only...first worksheet containing a chart Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Aspose::Words::Saving::XlsxSectionMode enum | A...

    Aspose::Words::Saving::XlsxSectionMode enum. Specifies how sections are handled when saving a document in the XLSX format in C++....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. See Also Namespace Aspose::Words::Saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Convert the Smart Art to Group Shape with Node....

    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....); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/convert-the-sm...
  7. 在 Jython 中将工作表转换为 SVG|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....xls" ) # Convert each worksheet into svg format in a single...setOnePagePerSheet ( True ) # Convert each worksheet into svg format sheetCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  8. 使用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...
  9. 在工作表单元格中显示字符串|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.... Worksheet mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/display-string-in-...
  10. Create and Embed an Excel Chart as an OLE Objec...

    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 workbook containing the worksheet with the chart data. Get the...the chart from the Excel worksheet to the clipboard. Paste the...

    docs.aspose.com/slides/net/create-and-embed-an-...