Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 23,996 for

worksheet

(0.13 sec)
  1. 管理Microsoft Excel文件的工作表|Documentation

    使用Aspose.Cells添加工作表、删除工作表和激活工作表。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供了广泛的属性和方法来管理工作表。 向新的Excel文件添加工作表 要通过程序创建新的Excel文件:...

    docs.aspose.com/cells/zh/net/manage-worksheets/
  2. Comment créer un graphique en cascade avec Node...

    Créer des graphiques en cascade dans Excel avec Node.js et Aspose.Cells for Node.js via C++....Retrieve the first Worksheet in Workbook const worksheet = workbook ...of the first Worksheet const cells = worksheet . getCells ();...

    docs.aspose.com/cells/fr/nodejs-cpp/creating-wa...
  3. Chercher

    chercher...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...PNG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/fr/cells/convert-excel-to-png/
  4. Archiv

    Archiv...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...PNG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/de/cells/convert-excel-to-png/
  5. Archiv

    Archiv...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...JPEG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/de/cells/convert-excel-to-jpg/
  6. آرشیوها

    آرشیوها...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Read...JsonUtility.ImportData(jsonInput, worksheet.Cells, 0, 0, options); //...

    blog.aspose.com/fa/cells/convert-json-to-excel-...
  7. Arşiv

    Arşiv...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...PNG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/tr/cells/convert-excel-to-png/
  8. So drucken Sie Excel als angepasste Seiten brei...

    Lernen Sie, die Eigenschaften fit_to_pages_wide und fit_to_pages_tall für den Excel Druck mit Aspose.Cells für Python via .NET API zu setzen....Accessing the first worksheet in the Excel file worksheet = workbook .... worksheets [ 0 ] # Setting the number of pages to which the...

    docs.aspose.com/cells/de/python-net/how-to-prin...
  9. Изменения в общедоступном API в Aspose.Cells 8....

    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 Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/ru/java/public-api-change...
  10. 使用Node.js via C++的页面设置功能|Documentation

    探索使用Aspose.Cells for Node.js via C++的页面设置功能。学习如何配置页面尺寸、方向和相关设置。...workbook = new Workbook (); let worksheet = workbook . getWorksheets...0 ); // Set the page size worksheet . getPageSetup (). setPaperSize...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...