Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 21,315 for

worksheet

(0.07 sec)
  1. Managing OLE Objects|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....Inserting OLE Objects into the Worksheet Aspose.Cells for Python via...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/python-net/managing-ole-o...
  2. 用Node.js和C++读取和写入工作表的查询表|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....Cells提供了Worksheet.QueryTables集合,它按索引返回QueryTable类型的对象。它有以下两个属性...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-and...
  3. Manage Shape Text Options|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....Add WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/net/managing-shape-text-o...
  4. Wrap Text in Excel using C#

    This article guides how to wrap text in Excel using C#. It has the IDE settings, a list of steps, and a sample code to auto wrap text in Excel using C#....Create a Workbook , access a worksheet , and access a cell Put some...AutoFitRows() method for the worksheet and save the output file These...

    kb.aspose.com/cells/net/wrap-text-in-excel-usin...
  5. Manage Shape Options|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....Watermark to Worksheet Copy Shapes between Worksheets...

    docs.aspose.com/cells/java/managing-shape-options/
  6. Spreadsheet Editor - Working with Sheets|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.... sendMessage ( "New Worksheet" , cx . getMessage ()); }...{ com . aspose . cells . Worksheet w = getAsposeWorksheets ()...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  7. Ինչպես պատճենել Excel թերթիկը մեկ այլ աշխատանքա...

    Այս հոդվածը ցույց է տալիս, թե ինչպես պատճենել Excel թերթիկը մեկ այլ աշխատանքային գրքում՝ օգտագործելով Node.js-ը: Այն ունի բոլոր մանրամասները՝ IDE-ը սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ Excel-ի աշխատաթերթը Node.js-ի միջոցով պատճենելու համար:...գրքույկից Կանչեք ելքային Worksheet օբյեկտի copy() մեթոդը Նպատակային...օգտագործելով copy() մեթոդը Worksheet դասում, որը վերցնում է մուտքային...

    kb.aspose.com/hy/cells/nodejs/how-to-copy-excel...
  8. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...cell var comment = worksheet.Comments[worksheet.Comments.Add("A1")];...

    forum.aspose.com/t/excel-shape-text-font-color-...
  9. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for .NET API....to auto filter or validate worksheet data.Aspose.Cells fully supports...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/net/data-validation/
  10. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...currency format Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/format-number-to-curr...