Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 22,466 for

range

(0.06 sec)
  1. 用C++保存单元格或区域前导单引号前缀|Documentation

    学习如何通过Aspose.Cells for C++ API保持单元格值或范围的单引号前缀。...// Create a range consisting of single cell A1 Range rng = ws ...); // Apply the style to the range rng . ApplyStyle ( st , flag...

    docs.aspose.com/cells/zh/cpp/preserve-single-qu...
  2. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_LastChild method. Gets the last child in the stdContent Range in C++....last child in the stdContent range. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. StructuredDocumentTagRangeStart.removeSelfOnly ...

    StructuredDocumentTagRangeStart.removeSelfOnly method. Removes this Range start and appropriate Range end nodes of the structured document tag, but keeps its content inside the document tree....Removes this range start and appropriate range end nodes of the...insertStructuredDocu ( doc ); // Removes ranged structured document tag, but...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Merge two adjacent cells|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....//Get the range of cells i.e.., A1:C1. Range range = worksheet...cell2Name ); //Merge the cells. range . Merge (); //Saving the Excel...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  5. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....Added APIs Support for Named Ranges Aspose.Cells for C++ now supports...the manipulation of the Named Ranges. The following code snippet...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  6. Converting Worksheet To SVG in Jython|Documenta...

    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....sheetCount ; i ++) for i in range ( sheetCount ): sheet = workbook...< pageCount k ++) for k in range ( pageCount ): # Output the...

    docs.aspose.com/cells/java/converting-worksheet...
  7. Convert CSV to JSON with Golang via C++|Documen...

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....provides the options for exporting range to JSON. The ExportRangeToJsonOpt...This indicates whether the range contains a header row. GetIndent()...

    docs.aspose.com/cells/go-cpp/convert-csv-to-json/
  8. C++ API to Export PS to OTT | products.aspose.com

    Convert PS to OTT within C++ applications....and compatibility with a wide range of applications. Converting...to DOC. It supports a wide range of features such as text extraction...

    products.aspose.com/total/cpp/conversion/ps-to-...
  9. How to Convert HTML to JSON using Python

    This brief article covers how to convert HTML to JSON using Python. It discusses the environment configuration, stepwise program flow, and a running sample code to convert HTML to JSON using Python....JsonSaveOptions class Create a Range and export it to JSON format...is accessed. Subsequently, a range is created and exported in JSON...

    kb.aspose.com/cells/python/how-to-convert-html-...
  10. How to Convert HTML to JSON using C#

    This quick tutorial covers how to convert HTML to JSON using C#. It covers the system preparation, step-by-step algorithm, and a code snippet to convert HTML to JSON using C#....JsonSaveOptions class Make a Range and convert it to JSON data...the last cell. Then create a range and convert it to JSON data...

    kb.aspose.com/cells/net/how-to-convert-html-to-...