Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 20,033 for

range

(1.05 sec)
  1. Convert RTF to TSV using Python or with free On...

    RTF to TSV conversion in your Python applications without using Microsoft Word or Excel or online. Test free RTF to TSV online converter quickly before integrating the code....to use and provides a wide range of features that can help you...process. It also supports a wide range of file formats, including RTF...

    products.aspose.com/total/python-net/conversion...
  2. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library....initialized cells else { Range range = sheet . GetCells (). GetMaxDisplayRange...GetMaxDisplayRange (); auto rangeIterator = range . GetEnumerator (); if ( rangeIterator...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  3. ReplaceAction enumeration | Aspose.Words for Py...

    aspose.words.replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....IReplacingCallback class Range method Range.replace() IReplacingCallback...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTagRangeEnd class | Aspose.Wo...

    aspose.words.markup.StructuredDocumentTagRangeEnd class. Represents an end of Ranged structured document tag which accepts multi-sections content...class Represents an end of ranged structured document tag which...the Structured document tag range end class. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Remove Duplicate Rows in Excel using C#

    This article assists how to remove duplicate rows in Excel using C#. It provides the IDE settings, steps, and a code to delete duplicate lines in Excel using C#....RemoveDuplicates() method with cells range, flag for headers, and columns...duplicate rows within a selected range Remove all duplicate rows from...

    kb.aspose.com/cells/net/remove-duplicate-rows-i...
  6. How to Delete a Column in Excel using Node.js

    This basic topic entails how to delete a column in Excel using Node.js. It encompasses the details to configure the IDE, step-wise algorithm, and a working example code to delete multiple columns in Excel using Node.js....remove a single column or a range of columns is presented in this...required worksheet Remove the range of specific columns by passing...

    kb.aspose.com/cells/nodejs/how-to-delete-a-colu...
  7. Merge Cells in Word using Java

    This article describes how to merge cells in Word using Java. It has the IDE settings, a list of steps, and a sample code to combine cells in Word using Java....of this method to combine a range of cells in the target table...starting/ending cells of the range you want to merge. Finally,...

    kb.aspose.com/words/java/merge-cells-in-word-us...
  8. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....get its access Create a cell range where this condition is to be...the FormatConditionType and range Set the background color for...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  9. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...(cells) range onto it. For example, you may create a range based...insertColumns(3,1, options); with: Range range1 = worksheet.getCells()...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  10. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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....pie chart, defining the data range and chart title. Saving spreadsheet...Interop . Excel . Range chartRange = sheet . get_Range ( "A2" , "B4"...

    docs.aspose.com/cells/net/create-a-pie-chart-in...