Skip to content

Excel compatible copy/paste, Export to CSV, a Filter to the column header, displaying an ordered list of the values that can be selected or un-selected to filter.

Notifications You must be signed in to change notification settings

morotomihead/slickexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlickExcel

機能・改良点

  • Excelと同様のフィルタリング、ソート(昇順・降順)
  • フィルタリングしたデータのみを抽出、外部出力(CSV)
  • フィルターメニューにて各値のユニークカウント表示
  • Drag and Dropで列並びの編集。編集した状態でのCSV出力
  • Copy and Paste (slickexcel上で任意をコピー → ExcelやTextなど外部アプリケーションにペースト(tab区切り))
  • データ表示時、フィルター抽出時での件数カウント
  • 各ライブラリの連携調整
  • データ処理関連の調整

概要

  • MIT Licenseのオープンソース・ソフトウェア「SlickGrid」の拡張と改良。
  • Webベースで動作するExcelライクな表計算(グリッド)表示ライブラリ。
  • 大量のデータを高速に表示処理することが可能(50万行程度のデータなど)

Sample File

http://morotomihead.github.io/slickexcel/slickexcel_example01.html

Extended code

ToDo (ヒマだったらやる)

  • GoogleChart連携機能
  • 列ごとのフィルター・カウント機能のON/OFF
  • Sample Fileの作成

OKASHIRA (individual.lab)

About SlickGrid

SlickGrid is an advanced JavaScript grid/spreadsheet component

Find documentation and examples in the wiki.

Some highlights:

  • Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
  • Extremely fast rendering speed
  • Supports jQuery UI Themes
  • Background post-rendering for richer cells
  • Configurable & customizable
  • Full keyboard navigation
  • Column resize/reorder/show/hide
  • Column autosizing & force-fit
  • Pluggable cell formatters & editors
  • Support for editing and creating new rows.
  • Grouping, filtering, custom aggregators, and more!
  • Advanced detached & multi-field editors with undo/redo support.
  • “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.
  • Support for millions of rows

About

Excel compatible copy/paste, Export to CSV, a Filter to the column header, displaying an ordered list of the values that can be selected or un-selected to filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published