<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Documentation – Introduction</title>
    <link>https://docs.aspose.com/cells/python-java/introduction/</link>
    <description>Recent content in Introduction on Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://docs.aspose.com/cells/python-java/introduction/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Pythonjava: Where to Use Aspose.Cells</title>
      <link>https://docs.aspose.com/cells/python-java/where-to-use-aspose-cells/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/where-to-use-aspose-cells/</guid>
      <description>
        
        
        

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

&lt;p&gt;Aspose.Cells is created to help developers create and manage Microsoft Excel spreadsheets programmatically. Aspose.Cells does not only understand spreadsheets in Microsoft Excel sheet format (XLS/XLSX) but also many other file formats such as Comma Separated Values (CSV), Tab‑delimited/TSV (text), SpreadsheetML, etc.&lt;/p&gt;
&lt;p&gt;Aspose.Cells provides most of the features available in Microsoft Excel, but the exciting thing is that Aspose.Cells can process Excel files dynamically, which enables developers to process thousands or millions of spreadsheets very quickly.&lt;/p&gt;
&lt;p&gt;This article discusses common scenarios of using Aspose.Cells.&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;possible-usage-scenarios&#34;&gt;&lt;strong&gt;Possible Usage Scenarios&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s up to developers how they use Aspose.Cells, but there are a few common scenarios in which Aspose.Cells can help. The most common use of Aspose.Cells is deploying it on the web server or in web services for server‑side processing. Some of the possible usage scenarios of Aspose.Cells are described below.&lt;/p&gt;
&lt;h2 id=&#34;automated-spreadsheet-management&#34;&gt;&lt;strong&gt;Automated Spreadsheet Management&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Users upload manually created spreadsheets to a server.&lt;/li&gt;
&lt;li&gt;Aspose.Cells is used to open files and retrieve data.&lt;br&gt;
After the data is retrieved:
&lt;ol&gt;
&lt;li&gt;The data is saved to a database.&lt;/li&gt;
&lt;li&gt;Certain data is presented in web pages.&lt;/li&gt;
&lt;li&gt;Some aspects of the spreadsheets are modified and saved back to Microsoft Excel files.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;web-application&#34;&gt;&lt;strong&gt;Web Application&lt;/strong&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Users input data in web pages.&lt;/li&gt;
&lt;li&gt;Data is collected by the web server.&lt;/li&gt;
&lt;li&gt;Aspose.Cells is used to populate data in brand‑new files or pre‑defined template files.&lt;/li&gt;
&lt;li&gt;After the Excel file is created, it can be sent to the user as a report, etc.&lt;/li&gt;
&lt;/ol&gt;


&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

We have discussed a few of the most common scenarios of using Aspose.Cells in a web‑based environment. However, Aspose.Cells is equally useful in desktop‑based applications as well.
&lt;/div&gt;


      </description>
    </item>
    
    <item>
      <title>Pythonjava: Aspose.Cells Object Model</title>
      <link>https://docs.aspose.com/cells/python-java/aspose-cells-object-model/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/aspose-cells-object-model/</guid>
      <description>
        
        
        

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

Aspose.Cells Object Model provides information about the structural relationships between the objects of Aspose.Cells class library.
&lt;/div&gt;

&lt;p&gt;The top level structure of the Aspose.Cells object model is shown below in a hierarchical manner.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Top level structure of Aspose.Cells Object Model&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_1.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As you can see from the above figure, the root of the object model is the Workbook object. A brief description of a few of the objects is provided below for introductory purposes.&lt;/p&gt;
&lt;h2 id=&#34;worksheetcollectionworksheet&#34;&gt;&lt;strong&gt;WorksheetCollection/Worksheet&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Workbook object contains the WorksheetCollection, which represents the collection of all the Worksheet objects in a spreadsheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Worksheets &amp;amp; Worksheet objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_2.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;cellscell&#34;&gt;&lt;strong&gt;Cells/Cell&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Each Worksheet object contains a Cells object that represents the collection of all Cell objects in a worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Cells &amp;amp; Cell objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_3.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;You can use the Cell object to get and set the value, style, formula, and other properties of a single cell.&lt;/p&gt;
&lt;h2 id=&#34;chartcollectionchart&#34;&gt;&lt;strong&gt;ChartCollection/Chart&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;The ChartCollection object represents a collection of all the Chart objects in a Worksheet. Each Chart object is comprised of several other objects that work together to create and manage charts. The Chart structure in Aspose.Cells is shown in the diagram below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Object model of the Chart&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_4.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;commentcollectioncomment&#34;&gt;&lt;strong&gt;CommentCollection/Comment&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Each Worksheet object also contains a Comments object that represents the collection of all Comment objects in a worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Comments &amp;amp; Comment objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_5.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A Comment object is used to add a comment to any specified cell in the worksheet.&lt;/p&gt;
&lt;h2 id=&#34;horizontalpagebreakcollectionhorizontalpagebreak&#34;&gt;&lt;strong&gt;HorizontalPageBreakCollection/HorizontalPageBreak&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Each Worksheet object contains a HorizontalPageBreakCollection that represents a collection of all HorizontalPageBreak objects in a worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;HPageBreaks &amp;amp; HPageBreak objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_6.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A HorizontalPageBreak object is used to create a horizontal page break in the worksheet.&lt;/p&gt;
&lt;h2 id=&#34;hyperlinkcollectionhyperlink&#34;&gt;&lt;strong&gt;HyperlinkCollection/Hyperlink&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;A Worksheet object also contains a HyperlinkCollection that represents a collection of all Hyperlink objects in the worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Hyperlinks &amp;amp; Hyperlink objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_7.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A Hyperlink object represents a hyperlink in the worksheet. Developers can set the hyperlink address and other related properties using a Hyperlink object.&lt;/p&gt;
&lt;h2 id=&#34;picturecollectionpicture&#34;&gt;&lt;strong&gt;PictureCollection/Picture&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Each Worksheet object contains a PictureCollection object that represents a collection of all Picture objects in a worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Pictures &amp;amp; Picture objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_8.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A Picture object represents a picture in the worksheet. Using a Picture object, developers can not only add pictures to their worksheets but also position these pictures at any location. It is also possible to set borders or other properties of the pictures.&lt;/p&gt;
&lt;h2 id=&#34;verticalpagebreakcollectionverticalpagebreak&#34;&gt;&lt;strong&gt;VerticalPageBreakCollection/VerticalPageBreak&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Each Worksheet object contains a VerticalPageBreakCollection object that represents a collection of all VerticalPageBreak objects in a worksheet as shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;VPageBreaks &amp;amp; VPageBreak objects&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;aspose-cells-object-model_9.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A VerticalPageBreak object is used to create a vertical page break in the worksheet.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Pythonjava: Your First Aspose.Cells Application - Hello World</title>
      <link>https://docs.aspose.com/cells/python-java/your-first-aspose-cells-application-hello-world/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/your-first-aspose-cells-application-hello-world/</guid>
      <description>
        
        
        

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

This beginner&amp;rsquo;s topic shows how developers can create a simple first application (Hello World) using Aspose.Cells&#39; simple API. The application creates a Microsoft Excel file with the words Hello World in a specified cell of a worksheet.
&lt;/div&gt;

&lt;h2 id=&#34;creating-the-hello-world-application&#34;&gt;&lt;strong&gt;Creating the Hello World Application&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To create the Hello World application using Aspose.Cells API:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create an instance of the &lt;a href=&#34;https://reference.aspose.com/cells/python-java/asposecells.api/Workbook&#34;&gt;&lt;strong&gt;Workbook&lt;/strong&gt;&lt;/a&gt; class.&lt;/li&gt;
&lt;li&gt;Apply the license:
&lt;ol&gt;
&lt;li&gt;If you have purchased a license, then use the license in your application to get access to Aspose.Cells&#39; full functionality.&lt;/li&gt;
&lt;li&gt;If you are using the evaluation version of the component (if you&amp;rsquo;re using Aspose.Cells without a license), skip this step.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Create a new Microsoft Excel file, or open an existing file in which you want to add/update some text.&lt;/li&gt;
&lt;li&gt;Access any cell of a worksheet in the Microsoft Excel file.&lt;/li&gt;
&lt;li&gt;Insert the words &lt;strong&gt;Hello World!&lt;/strong&gt; into the accessed cell.&lt;/li&gt;
&lt;li&gt;Generate the modified Microsoft Excel file.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The examples below demonstrate the above steps.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-workbook&#34;&gt;&lt;strong&gt;Creating a Workbook&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The following example creates a new workbook from scratch, writes the words &amp;ldquo;Hello World!&amp;rdquo; into cell A1 on the first worksheet, and saves the file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The generated spreadsheet&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;your-first-aspose-cells-application-hello-world_1.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/p&gt;
&lt;script type=&#34;application/javascript&#34; src=&#34;https://gist.github.com/aspose-cells-gists/32e50c6aabc547111966569f3fd39694.js?file=CreatingHelloWorldFile.py&#34;&gt;&lt;/script&gt;

&lt;h3 id=&#34;opening-an-existing-file&#34;&gt;&lt;strong&gt;Opening an Existing File&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The following example opens an existing Microsoft Excel template file called &lt;strong&gt;book1.xls&lt;/strong&gt;, writes the words &amp;ldquo;Hello World!&amp;rdquo; in cell A1 of the first worksheet, and saves the workbook as a new file.&lt;/p&gt;
&lt;script type=&#34;application/javascript&#34; src=&#34;https://gist.github.com/aspose-cells-gists/32e50c6aabc547111966569f3fd39694.js?file=OpeningExistingFile.py&#34;&gt;&lt;/script&gt;


      </description>
    </item>
    
    <item>
      <title>Pythonjava: Evaluate Aspose.Cells</title>
      <link>https://docs.aspose.com/cells/python-java/evaluate-aspose-cells/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/evaluate-aspose-cells/</guid>
      <description>
        
        
        

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

You can easily download Aspose.Cells for evaluation from &lt;strong&gt;PyPI&lt;/strong&gt;(&lt;a href=&#34;https://pypi.org/project/aspose-cells/)&#34;&gt;https://pypi.org/project/aspose-cells/)&lt;/a&gt;. The evaluation download is the same as the download for the full version: the evaluation version becomes licensed when you apply a license.
&lt;/div&gt;

&lt;p&gt;The evaluation version of Aspose.Cells (i.e., Aspose.Cells without a license applied) provides most of the product functionality. One limitation is that it always injects an extra worksheet with an evaluation watermark when a spreadsheet is opened or saved. The injected extra evaluation watermark worksheet in the workbook is shown below:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;&lt;strong&gt;Evaluation warning – an extra worksheet&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;img src=&#34;evaluate-aspose-cells_1.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If you want to test Aspose.Cells without evaluation version limitations, &lt;a href=&#34;https://purchase.aspose.com/temporary-license&#34;&gt;request a 30‑day temporary license&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Pythonjava: What is a Designer Spreadsheet</title>
      <link>https://docs.aspose.com/cells/python-java/what-is-a-designer-spreadsheet/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/what-is-a-designer-spreadsheet/</guid>
      <description>
        
        
        &lt;h2 id=&#34;do-you-want-to-speed-up-development&#34;&gt;&lt;strong&gt;Do You Want to Speed Up Development?&lt;/strong&gt;&lt;/h2&gt;


&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

&lt;p&gt;You can use Aspose.Cells to create Excel files from scratch with the help of its flexible API. One of the most common uses for Aspose.Cells is to create and populate Excel files with data, which may come from an existing database, a user, or other sources, dynamically. As well as adding data to Excel files, you&amp;rsquo;ll also need to apply formatting (look and feel).&lt;/p&gt;
&lt;p&gt;Formatting takes time. What could speed up development?&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;the-solution---designer-spreadsheets&#34;&gt;&lt;strong&gt;The Solution - Designer Spreadsheets&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To speed up your development, Aspose.Cells offers the exciting feature &lt;strong&gt;Designer Spreadsheet&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;what-is-a-designer-spreadsheet&#34;&gt;&lt;strong&gt;What is a Designer Spreadsheet?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;A designer spreadsheet is an Excel file created using Microsoft Excel in which all formatting is already applied and the contents can be decided at design time. It&amp;rsquo;s more like a template file that doesn&amp;rsquo;t contain any data but just the formatting, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Designer spreadsheet&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;what-is-a-designer-spreadsheet_1.png&#34; alt=&#34;todo:image_alt_text&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;how-to-use-it&#34;&gt;&lt;strong&gt;How to Use It?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;After creating a designer spreadsheet, use Aspose.Cells to read the designer spreadsheet and add data to its specified positions (according to the pre‑defined format settings) at runtime. For example, in the screenshot above, you can see that we already decided at design time to add &lt;strong&gt;Product Name&lt;/strong&gt;, &lt;strong&gt;Category Name&lt;/strong&gt;, &lt;strong&gt;Quantity Per Unit&lt;/strong&gt;, and &lt;strong&gt;Units In Stock&lt;/strong&gt; columns. They don&amp;rsquo;t have any data yet: this will be added at runtime. The above figure shows a very simple spreadsheet, but designer spreadsheets save you time even on complex spreadsheets.&lt;/p&gt;
&lt;h3 id=&#34;smart-markers&#34;&gt;&lt;strong&gt;Smart Markers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Additionally, Aspose.Cells lets you add &lt;a href=&#34;https://docs.aspose.com/cells/cells/python-java/smart-markers/&#34;&gt;smart markers&lt;/a&gt; to the designer spreadsheet. Smart markers are processed at runtime using the &lt;a href=&#34;https://reference.aspose.com/cells/python-java/asposecells.api/WorkbookDesigner&#34;&gt;&lt;strong&gt;WorkbookDesigner&lt;/strong&gt;&lt;/a&gt; class&amp;rsquo;s &lt;code&gt;Process&lt;/code&gt; method. This can help you write less code and still get great results.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.aspose.com/cells/cells/python-java/smart-markers/&#34;&gt;Find out more about smart markers&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Pythonjava: Check Version Number</title>
      <link>https://docs.aspose.com/cells/python-java/check-version-number/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://docs.aspose.com/cells/python-java/check-version-number/</guid>
      <description>
        
        
        

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;

&lt;p&gt;Wondering which version of Aspose.Cells you are using? We publish new versions of Aspose.Cells, both to introduce new features and to fix issues, on a regular basis. The version number consists of a major version number, a minor version number, and a hotfix version number. Each number must be an integer from 0 upwards. The format is as follows:&lt;/p&gt;
&lt;p&gt;major.minor.hotfix&lt;/p&gt;
&lt;p&gt;When we release a new build of Aspose.Cells, we update the version number.&lt;/p&gt;
&lt;p&gt;This article explains how to check which version of Aspose.Cells is installed on the system manually and using the Aspose.Cells API.&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;check-version-number-manually&#34;&gt;&lt;strong&gt;Check Version Number Manually&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To find out which version of Aspose.Cells you are using manually:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right‑click the Aspose.Cells.dll file and select &lt;strong&gt;Properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Version&lt;/strong&gt; (or &lt;strong&gt;Details&lt;/strong&gt;) tab to check the version number.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;check-version-number-using-the-asposecells-api&#34;&gt;&lt;strong&gt;Check Version Number Using the Aspose.Cells API&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To find out which version of Aspose.Cells you are using through the API, use the &lt;a href=&#34;https://reference.aspose.com/cells/python-java/asposecells.api/cellshelper&#34;&gt;CellsHelper&lt;/a&gt; class&amp;rsquo;s &lt;strong&gt;GetVersion&lt;/strong&gt; static method to get Aspose.Cells&#39; version number.&lt;/p&gt;
&lt;script type=&#34;application/javascript&#34; src=&#34;https://gist.github.com/aspose-cells-gists/32e50c6aabc547111966569f3fd39694.js?file=CheckVersionNumber.py&#34;&gt;&lt;/script&gt;


      </description>
    </item>
    
  </channel>
</rss>
