Software Index
Related Topics
Popular Trends
Trending Topics
 

Corn Rows

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Excel Merge (Combine) Cells, Columns, Rows & Data Software
Merge data that spans over multiples rows into one row or multiple columns into one column in MS Excel. Separating character(s) such as comma, space or comma-space can be added. Excel 2000 or higher required.
August 26th 2007 Shareware    414k
Excel Join Tables Software
Merge / combine two Excel lists into one based on a common column of data from each list. A wizard makes the "match and join" process fast and easy. No complicated options. Append rows from two unequal tables without tedious ...
February 25th 2006 Shareware    402k
Excel Sort & Filter List Software
Filtering and sorting software for Excel table data. Show and hide rows based on conditions you specify through a simple wizard. In addition, arrange rows, records, cells, numbers, dates alphabetically or chronologically.
March 15th 2006 Shareware    382k
Excel Swap (Reverse) Rows & Columns Software
Quickly swap selected rows or columns without having to copy and paste. Also, quickly reverse the order of selected cells.
April 10th 2006 Shareware    429k
MS Word Remove (Delete) Duplicates In Documents Software
Search and delete duplicate lines, entries, values, records, rows and numbers in any list in multiple Word files. Simply add Word files into this application and click 'Remove Duplicates Except First'. Use this product to compare and eliminate all matching, ...
August 20th 2006 Shareware    470k
Oracle Delete (Remove) Duplicate Entries Software
Use this program to search and delete duplicate data (values, records, rows and numbers) in your Oracle tables. All redundant entries are eliminated leaving behind only one unique instance. You select which fields (columns) to use as criteria, so you ...
October 21st 2006 Shareware    452k
Excel Remove (Delete) Blank Rows & Columns Software
Eliminate all blank rows and columns from your Excel worksheets. One option removes blank rows from the entire worksheet, the other option removes blank columns from the entire worksheet.
November 30th 2006 Shareware    454k
Excel Random Sort Order of Cells, Rows & Columns Software
Randomly shuffle Excel cells, entire rows, or entire columns. Sorting is done quickly and at complete random.
January 17th 2007 Shareware    484k
Remove Duplicates from Excel
Remove Duplicates from Excel is designed for searching and processing duplicated cells in Microsoft Excel tables. Program key functions: search across rows or columns; search across an entire table or a specified range of cells; search of duplicates in all ...
March 3rd 2007 Shareware    1,813k
Excel Join Multiple Rows or Columns Into One Long Row or Column Software
Append data in a block of cells with one another to create one row or column in MS Excel.
April 15th 2007 Shareware    640k
EJS TreeGrid
EJS TreeGrid is DHTML component written in pure JavaScript to display and edit data in table, grid, tree view or grid with tree on HTML page.

Compatible with Internet Explorer 5.0+, Mozilla 1.0+, Mozilla Firefox 1.0+, Netscape Navigator 6.0+, Opera ...
June 26th 2007 Shareware    166k
Excel Split Cells Into Multiple Rows or Columns Software
Break up names, addresses or any MS Excel cell text into many columns. Split by referencing spaces, commas or user-defined character(s). Splits can be applied to a block of selected cells. Excel 2000 or higher required.
November 12th 2007 Shareware    426k
Excel Reverse Order Of Rows & Columns Software
Reverse selected rows, columns and tables in MS Excel without having to cut-and-paste. Also, reverse cell content so that it reads backwards. Excel 2000 or higher required.
December 26th 2007 Shareware    429k
Excel Insert Blank Rows & Columns Between Data Software
Insert blank rows and columns between selected cells in MS Excel. Insert multiple rows or columns at once. Insert one row or column between each row or column of data. Insert one row or column between each unique row or ...
December 29th 2007 Shareware    439k
AscToTab
AscToTab is utility that converts *plain* or tab-delimited text files containing table data into either HTML or RTF (rich text format) tables. For plain text files AscToTab will attempt to determine how many columns the table has; the default alignment ...
February 18th 2002 Freeware  5 stars 1k
TSE Pro
The SemWare Editor Professional (TSE Pro) v4.0 for WIN9x/Me/NT/2000/XP is a compact, fully-featured text editor that is ideal for programmers, for users needing to manipulate data files (both large and small), as well as anyone needing a fast, powerful, general ...
September 13th 2002 Shareware  5 stars 1k
CLOX WebMaster ASC
An active server component designed to work on ASP compatible Microsoft Windows servers (also works on desktop servers using Windows 95 or later). Using the sets of special clock graphic files provided the component puts rows of analogue clocks showing ...
October 3rd 2006 Shareware  5 stars 407k
saMagicSquares
Calculate and manipulate magic squares up to n-order=500. Calculate all types: odd, singly-even (n=4m+2), and doubly-even (n=4m) orders. Rotate an entire matrix, create horizontal and vertical reflections; translate in eight different directions; and exchange pairs of cells, columns or rows. ...
February 7th 2002 Commercial  5 stars 3k
XML Convert
XML Convert is a Java application that converts legacy data into XML and vice versa. It can also convert a flat file from one format to another. XML Convert handles a wide variety of file formats, including delimited fields, CSV, ...
February 7th 2002 Commercial  5 stars 790k
Japanese Mosaic Puzzles
JMPuzzles is a type of very addictive puzzles. Its difficulty varies from very simple to just impossible, which could amuse you for hours! You draw the picture in accordance with the numbers to the left of the rows and on ...
February 19th 2002 Shareware  5 stars 1k
Related Scripts
Alt rows
The alt rows is a PHP based script which allows you to change the background color of a table cell on your website. With this script it is possible to change the table cell colors alternatively at any time you ...
December 10th 2005 Freeware     
Alternating colors for rows and columns
Alternating colors for rows and columns helps the PHP programmers to display their site contents with an attractive color matches. This tutorial explains the syntax for setting two colors for alternate rows and columns in a table. Seperate source code ...
December 2nd 2005 Freeware     
Count and display the number of rows in a mysql database table
Count and display the number of rows in a mysql database table is a sample code for finding the number of entries or records in a MySQL databse table. In this article, the author gives a sample PHP code to ...
November 23rd 2005 Freeware     
Counting Rows
In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function ...
November 25th 2005 Freeware     
Creating clickable table rows in ASP.NET that change colors
In this easy to understand tutorial there is a discussion about building tables with the rows having checkboxes. Here the author of this tutorial illustrates this process programmatically by providing appropriate sample codes. In this tutorial users can also find ...
November 23rd 2005 Freeware     
Data Operations on Sets of Rows
Data Operations on Sets of Rows is an article which helps you to know how various ADO.NET objects can be used to perform data manipulation activities. In this article the article shows how DataAdapter, DataReader and SqlCommand objects of ADO.NET ...
December 2nd 2005 Freeware     
Data Operations That Do Not Return Rows
Data Operations That Do Not Return Rows is a web based tutorial which helps you to know about the Sql queries that do not return any records. The author explains you about the ExecuteNonQuery method of the ADO.NET command which ...
November 23rd 2005 Freeware     
Dynamically Add Table Rows
Dynamically Add Table Rows is a JavaScript, which can be incorporated in you web pages to modify contents of a web page. The script displays a link, using which the user can click on it and can dynamically insert rows ...
December 4th 2005 Freeware     
How to Display Child Table Rows as a Column in a DataGrid
How to Display Child Table Rows as a Column in a DataGrid is an useful tutorial for the .NET programmers to fetch the records of the child table rows and show it in the column of the datagrid control. You ...
December 3rd 2005 Freeware     
How to highlight special rows in a datagrid
How to highlight special rows in a datagrid is a web based article which will be useful for the web developers to highlight the specified rows in a datgrid control. In this article the author sets the OnItemDataBound property to ...
December 17th 2005 Freeware     
Related Code
Restrict Users To Seeing Just "their" Rows on a Select
As long as user ID is carried in one of the columns, you can easily restrict a Select from a table to user-specific rows by creating a VIEW of the table that only returns rows where the user ID matches ...
April 19th 2010     2k
SQLDiffer 1.0
SQLDiffer is a comparison tool used to visually display selected data for easy observation of the differences. The data used in the comparisons can be obtained from a wide range of databases. Any database with an ODBC interface is supported ...
February 4th 2006     1,999k
A guide for begineers to Graphics , Looping, filling
The list of programs help some begineers to progamming in c... List of Programs: ----------------- LcM And HcF of two numbers. Graphics (To Generate a Hut Like Image). Generate A graph paper like image. To generate a robot image. To ...
March 12th 2006     4k
A 3-T Application
A client passes the parameter to server, server creates a query and passes it to the dataserver, dataserver processes the query a return the result back to the server, server will process the result add some essential tags like no ...
March 29th 2006     3k
A GRID USING ASP
This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party ...
April 24th 2006     39k
New Software
Popular Software