All Projects → skanmera → Excelmerge

skanmera / Excelmerge

GUI Diff Tool for Excel

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Excelmerge

winmerge2011
Fork of WinMerge which has a different set of features
Stars: ✭ 36 (-91.53%)
Mutual labels:  diff, excel
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-0.71%)
Mutual labels:  excel, csv
exoffice
Library to parse common excel formats (xls, xlsx, csv)
Stars: ✭ 31 (-92.71%)
Mutual labels:  csv, excel
MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet
Stars: ✭ 996 (+134.35%)
Mutual labels:  csv, excel
Excel4j
✨ Excel operation component based on poi & CSV ✨
Stars: ✭ 305 (-28.24%)
Mutual labels:  excel, csv
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (-51.53%)
Mutual labels:  csv, excel
React Spreadsheet
Simple, customizable yet performant spreadsheet for React
Stars: ✭ 393 (-7.53%)
Mutual labels:  excel, csv
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (-42.35%)
Mutual labels:  excel, csv
Sq
swiss-army knife for data
Stars: ✭ 275 (-35.29%)
Mutual labels:  excel, csv
jupyterlab-spreadsheet-editor
JupyterLab spreadsheet editor for tabular data (e.g. csv, tsv)
Stars: ✭ 72 (-83.06%)
Mutual labels:  csv, excel
awesome-georgian-datasets
Useful datasets, specific to Georgia
Stars: ✭ 47 (-88.94%)
Mutual labels:  csv, excel
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (-12%)
Mutual labels:  excel, csv
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (-78.12%)
Mutual labels:  csv, excel
csv2xls
Put together some CSV files into a single Excel file, in different sheets.
Stars: ✭ 14 (-96.71%)
Mutual labels:  csv, excel
fastapi-csv
🏗️ Create APIs from CSV files within seconds, using fastapi
Stars: ✭ 46 (-89.18%)
Mutual labels:  csv, excel
django-excel-response
Django package to easily render Excel spreadsheets
Stars: ✭ 74 (-82.59%)
Mutual labels:  csv, excel
Portphp
Data import/export framework for PHP
Stars: ✭ 225 (-47.06%)
Mutual labels:  excel, csv
Django Data Wizard
🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard
Stars: ✭ 227 (-46.59%)
Mutual labels:  excel, csv
dbd
dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.
Stars: ✭ 30 (-92.94%)
Mutual labels:  csv, excel
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (-19.29%)
Mutual labels:  excel, csv

GUI Diff Tool for Excel

Demo

Description

ExcelMerge is a graphical display tool for Excel or CSV Diff. The current feature is limited only to the display of Diff, but the goal is to implement the merge feature. It can also be used as a diff tool for Git or Mercurial.

System Requirements

  • Windows 7 or later

Supported file types

  • .xls
  • .xlsx
  • .csv
  • .tsv

Installation

Download ExcelMergeSetup.msi from here and Run.

Usage

From shortcut

From exproler context menu

From command line

ExcelMerge.GUI diff [Options]
Option Description Type Default
-s --src-path Source file path. string
-d --dst-path Dest file path. string
-c --external-cmd It is used to activate other tools for unsupported file types and occured any exception. string
-i --immediately-execute-external-cmd Execute external cmd without error dialog. bool false
-w --wait-external-cmd Wait for the external process to finish. bool false
-v --validate-extension Validate extension before open file. bool false
-e --empty-file-name Empty file name. string
-k --keep-file-history Don't add recent files. bool false

From Git diff tool

.gitconfig

[diff]
tool = ExcelMerge

[difftool "ExcelMerge"]
cmd = \"C:/Program Files (x86)/ExcelMerge/ExcelMerge.GUI.exe\" diff -s \"$LOCAL\" -d \"$REMOTE\" -c WinMerge -i -w -v -k 

[alias]
windiff = difftool -g -y -t ExcelMerge

From Mercurial diff tool

mercurial.ini

[merge-tools]
excelmerge.executable = C:\Program Files (x86)\ExcelMerge\ExcelMerge.GUI.exe
excelmerge.diffargs = diff -s $parent1 -d $child -c WinMerge -i -w -v -e empty -k

[tortoisehg]
vdiff = excelmerge

Register External Command

Register the external command specified by the command line argument --external-cmd.

Available Variables

Value Description
${SRC} Source file path
${DST} Dest file path

Can also be executed from within the tool.

File Settings

For each file you can specify a line header or a column header.

Color Settings

You can customize background colors.

Shortcut Keys

Shortcut Key Description
Ctrl + → Next modified cell
Ctrl + ← Previous modified cell
Ctrl + ↓ Next modified row
Ctrl + ↑ Previous modified row
Ctrl + K Next added row
Ctrl + I Previous added row
Ctrl + L Next removed row
Ctrl + O Previous removed row
Ctrl + F Search cell
F9 Next match cell
F8 Previous match cell
Ctrl + C Copy selected cells as TSV
Ctrl + Shift + C Copy selected cells as CSV
Ctrl + D Show(Hide) console
Ctrl + B Output selected cells diff as log

Output diff as log

By selecting Ctrl + D or "Output log" from the context menu, you can output the change as a log. The format can be changed from "differential extraction setting".

Known problems

  • If there are column deletions or additions, they may not be displayed at the expected position.

If the currently displayed header is not what you expect, you may resolve it by specifying the appropriate header and extract diff. Follow these steps.

  1. Select appropriate header cell.
  2. Right click to display the context menu.
  3. Select "Extract diff with this row as header"

LICENSE

MIT Licence

Copyright (c)2017 skanmera

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].