Freeware Downloads for "Array Operations Excel"
- Json to Excel
- License: Freeware

Java library that easily converts a Json array to Excel or CSV.
- Platform: Linux, Mac, Windows
- Publisher: json2excel.sourceforge.net
- Date: 14-09-2012
- Size: 4 KB
- geeny
- License: Freeware

Geeny is a scriptable game engine with built-in support for 2D graphics and sound. The scripting language is object oriented, high performance is attainable by using vector and array operations. Win32 C++, full portability planned in the future..
- Platform: WinOther
- Publisher: sinistersystems.com
- Date: 17-10-2012
- Size: 902 KB
- excelcolumn
- License: Freeware

excelcolumn converts a vector of integers > 0 and <= 256 into excel column head characters and, conversely, an array or cell array of excel column head strings into the equivalent integer..
- Platform: Matlab, Scripts
- Publisher: Peter Nave
- Date: 25-03-2013
- Size: 10 KB
- SpeedyGA: A Fast Simple Genetic Algorithm
- License: Freeware

SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10, 11 of M. Mitchell's GA book. See comments in code for details. This script has played a crucial part in the development of a new, unified explanation for the adaptive capacity of genetic algorithms (including ones with uniform crossover) called the Generative Fixation Hypothesis. See http://cs.brandeis.
- Platform: Matlab, Scripts
- Publisher: Keki Burjorjee
- Date: 18-03-2013
- Size: 10 KB
- Excel Column Name to Number
- License: Freeware

XLSCOLSTR2NUM takes in a cellular array of characters and returns a array of numbers of the same size with elements corresponding to Excel column numbers. See Also XLSCOLNUM2STR.
- Platform: Matlab, Scripts
- Publisher: Matt G
- Date: 22-04-2013
- Size: 10 KB
- Convert Struct to Cell Array With Column Headers
- License: Freeware

Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to prep data for writing to an Excel spreadsheet using xlswrite. Example: weather = 1x3 struct array with fields: temp rainfall >> wxcell = structToCellArrayWithHeaders ( weather ) wxcell = 'temp' 'rainfall' [ 68] [ 0.
- Platform: Matlab, Scripts
- Publisher: Andrew Blackburn
- Date: 21-03-2013
- Size: 10 KB
- Batch Replacer for MS Excel
- License: Freeware

Batch Replacer for MS Excel is an utility which helps to make a multi-replacement operations in MS Excel files with the help of the MS Excel list. It can really save a great deal of time: no need to open each file and make the replacement and then open the other file and so on. All can be done in few seconds and as many files as you want may be involved..
- Platform: Windows
- Publisher: ReplSoft Inc.
- Date: 18-04-2005
- Size: 500 KB
- Viobo MSSQL to Excel Data Migrator Free
- License: Freeware

Viobo MSSQL to Excel Data Migrator is the simplest data-migrator between MSSQL and Excel currently. It migrates data between MSSQL and Excel database system accurately and perfectly, with NO database administrator experience required.
The tool is compatible with most major versions of MSSQL and Excel, including SQL Server 2000 to SQL Server 2008, Excel 1997 to 2007, etc. The tool needs odbc or oledb database provider without official client software. The Data Migrator supports the all kinds of Connection Type of MSSQL and Excel very well.
- Platform: Windows
- Publisher: Viobo Software
- Date: 22-07-2011
- Size: 1575 KB
- Viobo Access to Excel Data Migrator Free
- License: Freeware

Viobo Access to Excel Data Migrator is the simplest data-migrator between Access and Excel currently. It migrates data between Access and Excel database system accurately and perfectly, with NO database administrator experience required.
The tool is compatible with most major versions of Access and Excel, including from Access 1997 and Excel 1997 to 2007, etc. The tool needs odbc or oledb database provider without Access or Excel installed. The Data Migrator supports the all kinds of Connection Type of Access and Excel very well.
- Platform: Windows
- Publisher: Viobo Software
- Date: 18-04-2011
- Size: 1495 KB
- Viobo MySQL to Excel Data Migrator Free
- License: Freeware

Viobo MySQL to Excel Data Migrator is the most efficacious data-migrator between MySQL and Excel currently. It migrates data from MySQL to Excel accurately and perfectly, and with NO database administrator experience required.
The data migrator is compatible with all versions of MySQL and Excel, including MySQL 3.x to 6.x, Excel 97 to 2007, etc. The tool needs odbc or oledb database provider without official client software. The Data Migrator supports the all kinds of Connection Type of MySQL and Excel very well.
- Platform: Windows
- Publisher: Viobo Software
- Date: 14-05-2011
- Size: 1618 KB
- Scott Pickford Las In Out Excel
- License: Freeware

Loads LAS files In and Out Excel Spreadsheets. Main Sheet Rows : 1 Curve, 2 Units, 3 comments, 4 & below data. Header sheet preserves all constants and header info. Data can then be edited with Scott Pickford tools or by simple spreadheet operations..
- Platform: WinOther
- Publisher: las-inout-excel.sourceforge.net
- Date: 19-07-2012
- Size: 92 KB
- Improved GUI for Affymetrix gene expression analysis
- License: Freeware

This user interface allows a user to load some Affymetrix data in an Excel file and perform some basic operations on it - log transform, log ratio, normalization, noise reduction, filtering, PCA and clustering, in addition to some visualizations like profile plots, boxplots and matrix scatterplots. A sample Excel data file is included, which represents 8 samples in a time series study. Users can push buttons on the GUI in a step-by-step fashion from top to bottom.
- Platform: Matlab, Scripts
- Publisher: Shailender Nagpal
- Date: 10-06-2013
- Size: 461 KB
- Calculate Excel Range
- License: Freeware

XLCALCRANGE(REFCELL,R,C,M,N) returns the full target range XLRANGE in Excel A1 notation to cover an array of size M rows & N columns and starting from an offset of R rows & C columns from REFCELL. Any workbookworksheet prefix is removed from REFCELL, as are any absolute '$' markers prior to range calculation. i.e. REFCELL = 'C:directorypath[filename.xlsm]worksheet1'!$P$6:$AC$91 becomes: REFCELL = P6:AC91 REFCELL can also be an Excel named range, but requires Matlab to already have the Excel workbook open in an actxserver process.
- Platform: Matlab, Scripts
- Publisher: Richard de Garis
- Date: 01-04-2013
- Size: 10 KB
- Excel Named Ranges
- License: Freeware

XLSRANGENAMES Returns a list of named ranges in an excel workbook RangeNames = XLSRangeNames(filename) RangeNames is a (n x 2) cell array with the name of the named range in the first column and the value (aka location) in the second column The value is an excel formula similar to: '=Sheet1!$A$1' RangeStatus returns a 1 if at least one named range to return, 0 otherwise Author: Stephen Lienhard Example: filename = 'C:mytest.xls' [ RangeNames , RangeStats ] = XLSRangeNames(filename);.
- Platform: Matlab, Scripts
- Publisher: Stephen Lienhard
- Date: 16-02-2013
- Size: 10 KB
- Excel Automation Tool
- License: Freeware

Perform automatic operations between excel files.
- Automatic data copy between two excel work books, - ID column uniqueness check, - Automatic cell background and text color setting, - Fast data check, - Data compare, - English\Russian language support, Planning features:, - Merging files, - Different check operations, - Schedule,triggers, - Password remove, - Import/Export , - Word,Project,Outlook exchange data support
Excel Automation Tool License - GNU General Public License version 2.
- Platform: WinOther
- Publisher: Excelcompare
- Date:
- Size: 254 KB
- Reconcile Wizard Add-In For Excel
- License: Freeware

Free utility to reconcile and summarize differences between two sets of data in Excel. Easy-to-use wizard guides you through three simple steps to build your reconciliation..
- Platform: Windows
- Publisher: BlackIron Financial Systems
- Date: 15-12-2004
- Size: 255 KB
- Complete Excel Names
- License: Freeware

Complete Excel Names is a free COM add-in that allows you to set the width of the Name Box in Microsoft Excel. The add-in is based on Add-in Express technology and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to Excel objects..
- Platform: Windows
- Publisher: Afalina Co., Ltd.
- Date: 06-02-2004
- Size: 867 KB
- BadBlue Excel Web Spreadsheet Collaboration Server
- License: Freeware

Looking for an easy, secure way to share Excel spreadsheets over the web or even a local area network (LAN)? Using nothing more than a browser, you can now leverage Excel in ways you never thought possible. And you can do it without hiring expensive consultants, without programming, and without any hassle. BadBlue's new Excel Sharing features include: Instantly share spreadsheets over the web - no programming and minimal setup... Password-protection - protect your spreadsheets with login-names and passwords.
- Platform: Windows
- Publisher: BadBlue
- Date: 16-4-2005
- Size: 600 KB
- Excel Automated Grader (Marker)
- License: Freeware

Excel Automated Grader is an automated grader/marker for use by instructors in Microsoft Excel and Microsoft Office application courses. Excel Grader performs static analysis on Microsoft Excel workbooks. The program compares a student workbook with the instructor's correct version of the workbook. The student workbook is marked and a grade report is embedded. Excel Grader includes reports and a tool for plagiarism detection. Excel Grader grades the following worksheet attributes: text labels, numbers , formulas, fonts (face, size, style: bold/italics/underline, color), cell alignment (left/right/center), cell fill color, indent level, cell orientation (tilt), number formats (currency, percent, accounting, scientific, etc.
- Platform: Linux, Unix, Windows
- Publisher: ExcelGrader.com - Thomas G. Hill
- Date: 06-09-2005
- Size: 672 KB
- Excel List Compare
- License: Freeware

Useful Excel macro will compare rows in 2 lists of data based on 1 to 3 columns in each list. Creates a new spreadsheet with matched rows from original 2 lists merged together on the same row and unmatched rows highlighted on separate rows. As the 2 lists of data are merged into a one spreadsheet, the number of columns of the 2 lists together must not exceed the maximum number of columns Excel supports. Tested on MS Office 97 - XP..
- Platform: Windows
- Publisher: PSP Software
- Date: 01-12-2004
- Size: 48 KB
Array Operations Excel: Freeware | All








