Spread for .NET Bundle (Spread Suite for .NET)

by FarPoint by Grapecity - 製品のタイプ: コンポーネント / .NET WebForms / .NET WinForms / 100% Managed Code / JavaScript / AJAX

ご案内:特に説明のない限り、この商品は英語版商品になります。
Easily present, edit and update tabular data in Windows Forms and ASP.NET applications. Spread for .NET Bundle, also known as Spread Suite for .NET, includes Spread for Windows Forms and Spread for ASP.NET. Spread for Windows Forms is a comprehensive spreadsheet component for Windows Forms applications that combines grid capabilities, spreadsheet functionality, fully integrated charting support and includes the ability to bind to data sources. Spread for Windows Forms supports Microsoft Excel import/export. Spread for ASP.NET supports bound or unbound modes (no dataset needed), AJAX, native Microsoft Excel import/export, in-cell editing, multiple edits on multiple rows without server round trips, client-side column/row resizing, multiple sheets, searching, filtering, multiple cell types, validations, cell spans, multiple headers, sorting, complete customization at the cell level, over 300 built-in calculation functions, hierarchical display, Print to PDF and much more.

¥221,550 (税込)

一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。

Spread for .NET Bundle (Spread Suite for .NET)
(Includes Spread for ASP.NET V4 and Spread for Windows Forms V5)

カートに追加 ¥ 221,550 (税込) 1 開発ライセンス
メーカーパーツ番号: SBN01
ダウンロード (237.8 MB)
カートに追加 ¥ 735,630 (税込) 4 開発ライセンス ダウンロード (237.8 MB)
カートに追加 ¥ 1,212,120 (税込) 6 開発ライセンス ダウンロード (237.8 MB)
カートに追加 ¥ 2,333,835 (税込) 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address)
メーカーパーツ番号: SBN01S
ダウンロード (237.8 MB)

Spread for .NET Bundle with Maintenance (Spread Suite for .NET w/Maintenance)
(Includes Spread for ASP.NET V4 and Spread for Windows Forms V5)

カートに追加 ¥ 304,920 (税込) 1 開発メンテナンス ライセンス - 1 年間の無常アップグレード/アップデートをご提供
メーカーパーツ番号: SBS01
ダウンロード (237.8 MB)
カートに追加 ¥ 1,013,460 (税込) 4 開発メンテナンス ライセンス - 1 年間の無常アップグレード/アップデートをご提供 ダウンロード (237.8 MB)
カートに追加 ¥ 1,444,590 (税込) 6 開発メンテナンス ライセンス - 1 年間の無常アップグレード/アップデートをご提供 ダウンロード (237.8 MB)
カートに追加 ¥ 3,150,735 (税込) 1 Site Wide License with Maintenance (Allows Unlimited Developers at a Single Physical Address)
メーカーパーツ番号: SBN01SM
ダウンロード (237.8 MB)

Spread for .NET Bundle - Maintenance Renewal

カートに追加 ¥ 83,265 (税込) 1 メンテナンス リニュアル ライセンス 要確認 ダウンロード (29 KB)

すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。 

一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。

What's New in FarPoint Spread for Windows Forms 4.0?

  • PDF Export: You can print a sheet to a Portable Document Format (PDF) file using the PrintToPdf method in the PrintInfo class. Use the PdfFileName property to specify the file name and location to which to save the file.
  • Floating Formula Bar and Range Selection for Formula: You can set up a floating formula bar that end users can use to add formulas. The formula bar is similar to the formula editor available to the developer and has the appearance of a text box. The formula bar provides a list of calculation functions. It also provides a visual method of selecting cell ranges for the formula.
  • Fractions (in Number Cell Type): The number cell can now display values in a fraction format such as 1/100. Set the FractionMode property of the number cell to display values in the fraction format. You can type values such as .01 (which will then display as 1/100) or you can type 1/100 in the cell.
  • Barcode Cell Type: You can display a barcode graphic in a cell with the barcode cell. Various barcode types are available such as barcodes that are used in retail, the post office, etc. You can set various height and width properties for the barcode display.
  • Range of Cells as a Data Source and Bind Data Source to Range
  • Add Row (as in DataGrid)
  • Automatic Completion (type ahead) for Cell in Column and Selects: You can provide automatic completion (type ahead) from user input to a cell. You would use the IAutoCompleteSupport interface and its properties to provide the automatic completion feature.
  • Increased Performance
  • Spread Designer Updates
  • Color Picker Cell Type: You can allow your end user to select a color from a color picker using the color picker cell. A color picker cell displays a dialog for selecting a color. When a color picker cell is selected it displays a single color, which can appear either in a box or filling the entire area of the cell. Optionally text can be displayed.

 

What's New in FarPoint Spread for Web Forms V3.0?

  • Support for Outlook-style grouping (any number of levels)
  • Microsoft ASP.NET AJAX tested and continued AJAX support
  • Load-on-demand paging (virtual mode)
  • Additional page navigation
  • CSS support for sheet name tabs
  • Databinding to combo box cells
  • Drag and drop column capability
  • More client-side methods
  • Additional selection operation modes

What’s New in Spread for Windows Forms V3?

More Display and Interaction Options

  •     Outlook-style grouping: You can set up the display to allow Outlook-style grouping of rows. For large amounts of data, this is helpful to display the data in the order the user needs. The user selects columns by which to sort and the component then organizes and displays the data in a hierarchy with rows organized accordingly. To select a column by which to group and display that data, either double-click on the header of that column or click and drag that column into the grouping bar at the top of the page. You can provide grouping to allow users to sort the data with multiple levels of groups by dragging additional column headers into the grouping area. You can set up the display so that the items are shown initially all expanded or all collapsed when grouping is performed. You can set the colors and other formatting of both the hierarchy names and the data in the rows when grouping is performed.
  • Performance improvements: when saving or loading files, working with import and export, and when working with large spreadsheets, etc.
  •     New layer that allows controls to be hosted on the sheets: You can place controls on a sheet (not just on the FpSpread component but on a specific sheet) to provide more interaction with the user. Anything that can be derived from the Control class in the .NET framework can be hosted on a sheet in FarPoint Spread. The child control is placed on a separate layer, the controls layer. This is separate from the cells of the data area of the sheet and is separate from the shapes and other graphical elements on the drawing layer
  •     Right-to-Left ( RTL ) support for viewports, columns, rows, the tabstrip, and many other areas: You can handle support for right-to-left layouts in the FarPoint Spread component to support applications where the language is written from right to left, such as Hebrew, Arabic, or Farsi, so the user interface would be displayed naturally with right-to-left orientation.  Currently these aspects of the layout are changed with the right-to-left support: column resizing on right instead of left, direction attribute in HTML export, filter and sort indicators, order of columns, popup and sticky notes and cell note indicators, scroll bars, shapes, sheet name tabs, and viewport columns
  •     Event handling to allow custom painting for the sheet tab and gray area
  •     Annotation mode for free-hand drawing
  •     Animated (marquee) focus border: You can customize the focus indicator for the active cell by using the FocusRenderer property of the FarPoint Spread component (which uses the IFocusIndicatorRenderer interface). For animated indicators, you can use the IAnimatedFocusRenderer interface.
  •     Renderer for gradient in header cells
  •     HitTest information for locating cursor (for accessibility compliance): You can use the HitTest method for finding the location of the cursor (pointer) on the spreadsheet component to help with development of applications where accessibility issues are concerned. Whether you are meeting accessibility standards and displaying information for the user based on cursor location, or want to provide additional interactivity based on cursor location, you can use this capability to customize the display and user interaction. You can find whether the cursor is over a part of the header, the tab strip, or a particular viewport of the data area.
  •     More Spread Designer GUI enhancements
  •     Enhanced visual styles property
  •     New default action maps (extend, move, or scroll) based on screen coordinates

More Cell Type Features

  •     New list box cell
  •     New multiple-column combo box cell
  •     Automatic completion for combo box cells
  •     Gradient mode for button cells
  •     Gradient style for progress indicator cells
  •     Picture style for progress indicator cells

New Undo/Redo Actions

With the undo/redo feature, you can add capability to your application to undo various actions in the spreadsheet performed by your end user. You make use of the UndoAction class and several specific classes that correspond with those various user actions. There is also a manager class that keeps track of the end user actions that can be undone and re-done.

  • Cell editing undo/redo
  • Clipboard operations undo/redo
  • Row or column resizing undo/redo

More File Export Options

  • New save sheet to HTML table: You can save an individual sheet or a range of cells in a sheet to an HTML table in a file or stream if you need to display the sheet in a Web browser. This does not save the entire spreadsheet, only an individual sheet. This saves as much of the formatting information or presentation-related settings as possible, depending on whether that information can be translated to an HTML element or attribute.
  • New save spreadsheet data to simple XML: You can save the data in the spreadsheet (on an individual sheet) to an XML file or stream if you need to process the data further and want the data in a structured format.

More Formula Capabilities

  •     More formula functions bringing the total to 320 different functions
  •     GoalSeek capability
  •     ROW, COLUMN functions
  •     VALUE function

 


Spread for Web Formsが提供する卓越したデザインタイムは、先進的なSpread Designerを用いたラピッド開発をサポートし、また、セル内での編集と検証に対応するものです。行とカラムだけではなく、セルレベルにおける完全なカスタマイズを開発者は手にし、また、ポストバックを必要とすることなく、多数の行に対する編集が実現されます。テーブルや、行、カラム、セルのレベルで、スタイルの応用が可能であり、カスタマイズされたビューの提供が実現されます。Spreadがサポートするものとしては、ページングおよび、セルのスパン、多数のラインヘッダー、ソーティング、リッチなセルタイプのセットなどの、多数の機能があげられます。

Spread for Web Formsの主たる機能は、以下の項目を含みます:

  • 階層構造
    • リレーションを持つデータセットへのSpreadのバインドにより、階層的なフォーマットによるデータ表示を実現
    • 200種類以上のビルトインの機能
    • Webアプリケーションに計算機能を加えるための、Calcエンジンの利用。そこに含まれる200種類以上の数値関数の活用と、カスタムな関数の追加
  • 挿入と編集 - データの挿入と編集に関する許可と停止
  • エラーメッセージ -無効なデータ入力に対処する、カスタマイズされたエラーメッセージの表示(たとえば、日付セルへのテキストの入力)
  • コマンドバー - エンドユーザーのためにCommandBarが提供する、容易で直観的な手段を用いた、データの編集と削除と挿入および、シートナビゲーションとページングの制御
  • ページャー - Pager が表示するページ番号や前後への矢印ボタンを用いた、複数ページにおよぶデータナビゲーションのカスタマイズ。Pagerの配置は、Command Bar上のトップやボトムに可能
  • シート - Microsoft Excelに似たシートを含む個々のコントロールにより、1つのスクリーン上における情報の整理を実現
  • バインディング - データセットに対してSpreadをバインドすることで実現される、高速でのデータ表示と、エンドユーザーによる容易な情報の編集。データセットの更新は、Spreadによる自動的な変更が可能
  • 非バインド - 非バインドモードの利用が実現する、独自のデータやカスタムなフォーマットを用いた、Spreadのセルおよび行、カラムに関するポピュレート
  • Text Tips - Display custom text tips over any row, column or cell to display additional help information for your user
    テキストティップス -エンドユーザーに対する追加のヘルプ情報を表示するための、カスタムなテキストティップスの表示であり、あらゆる行と、カラム、セル上で行われる
  • 複数データの変更 -複数行にまたがる多数データの変更でさえ、サーバーへのラウンドトリップを行うことなく、その変更結果をセーブする能力
  • データ検証 - データのポストバックが行われる前に、クライアントサイドで実施される全体的なデータ検査による、サーバーへの不要なラウンドトリップの削減
  • 名前付けが行われた外観のスタイル - 特定のスタイル(たとえばフォント、カラー、セルタイプなど)の定義と、他のセルとのスタイル共有を提供。コーディングの大幅な削減と、マスタースタイルの容易な修正と、それに応じた関連スタイルのアップデートの実現
  • 定義済みのカスタムスキン -定義済みのスキンを使うことで、また、開発者自身のカスタムなスキンを作成することで実現される、容易かつ迅速に構成されるSpreadの外観。開発チーム内でのカスタムスキンの共有を容易にすることで、多数のページやアプリケーションにまたがるコントロールの一貫した外観を実現
  • ソート - ヘッダーをダブルクリックすることで、あらゆるカラムの昇順・降順による自動的なソートを実現
  • クライアントスクリプティング - クライアントスクリプティングを使用するエンドユーザーに対して、リッチな経験をもたらすことで達成される、サーバーへのラウンドトリップを必要としない値の編集。他のクライアントスクリプティングを使用する場合と同様の、ユーザーフレンドリーなメリットを実現
  • HTMLテーブル - Spreadを用いてHTMLテーブルをリプレイスすることで提供される、先進的なSpreadフォーマットオプションへの完全なアクセスの実現
  • カスタマイズ - グリッドラインおよび、奇数行/偶数行のカラー、セレクトされたアイテム、セルの空き領域などに対するカスタマイズの実施
  • 操作モード - オペレーションモードを使うことで達成される、Normalおよび、ReadOnly、RowMode、SingleSelectからの選択に関する制御
  • オブジェクト - Sheetおよび、Row、Column、Cell オブジェクトを用いることで達成される、Spreadのデザインにおける完璧な制御
  • スパン - ヘッダーおよび、行、カラム、セルに対するスパンの追加
  • 複数のヘッダー - ヘッダーに対する複数の行とカラムの追加
  • セルのカスタマイズ -セルレベルにおける完全なカスタマイゼーションを行い、セルタイプと、タグ、アラインメント、境界、カラー、フォント、マージンなどの設定を内包
  • 分離されたデザイナー - Spread Designerの直観的で簡潔なインターフェイスを、デザインタイムで利用することで達成される、コントロールのルック&フィールに関する完全なカスタマイズが実現する開発時間の短縮
  • データのインポート/エクスポート - Microsoft Excel 97以降のファイルとテキストファイルのImport/Export
  • Spread XMLのエクスポート
  • Excel Workbooks Onlineの発行 - SpreadのExcelインポート/エクスポート機能を用いて行われる、既存もしくは新規のワークブックオンラインの発行(Microsoft Excel 97以降に対応)
  • 最大の制御と速度を追求する、Spreadのデータに対する直接的なプログラミング。さらに直感的なアプローチのために内包される、Helper Objectによるプログラミング
  • ブラウザに依存しない互換性
  • セルタイプ - 以下に示す14種類の定義済みセルタイプを使って行う、セルへの入力が可能なデータタイプの選択に関する制御と、データ表示のための独自セルタイプの作成:
    • Button
    • Check Box
    • Combo Box
    • Currency
    • DateTime
    • Double
    • General
    • Hyperlink
    • Image
    • Integer
    • Label
    • List Box
    • Radio Button
    • Regular Expression

Spread for Windows Formsは、Windows Formsアプリケーションのための包括的なスプレッドシートコンポーネントであり、グリッドとスプレッドシートの機能を結合し、データソースへのバインド能力を含みます。Windows Forms上へのコントロールのドロップが可能であり、また、アプリケーションの範囲に合わせたカスタマイズが実現されます。開発者は多様な方式を用いて、外観とユーザーインタラクションの制御を行うことができます。また、ビルトインのDesignerを利用することで、プロトタイプの迅速な作成と、完了したデザインのカスタマイズが可能となります。Spreadが提供する大半の外観と、基本的なモデルをベースとする機能を用いることで、開発者は先進的なコンポーネントに対する完全な制御を手にします。なお、デザインの作成および変更を行うときには、別のソースに対応するインポートとエクスポートの機能により、柔軟性が提供されることになります。

さらに詳細な情報については、Evals & Demoセクション内のヘルプファイルを参照してください。

Spread for Windows Formsは、以下のパワフルな機能を導入しています。

  • 多数のシート -何枚ものシートの利用を実現するスプレッドシート。Microsoft Excelに似た、多数のシートを用いる情報の分類

  • 外観(スキン)のカスタマイズ -作成済みのスキンもしくは、独自に作成して保存したスキンを使った、Spreadに対する容易で迅速な外観の設定。開発チーム内でのカスタムスキンの共有による、複数のアプリケーションを横断した、コントロールの一貫した表現
  • スパンが可能なセル - 複数セルへのスパンに対応。たとえば、セル結合のためのセルスパンを作成することで、複数のセルに企業のロゴが含まれるようにするための、1つのセルからのスパンを実現。データセルあるいはヘッダーに対するスパンが可能。それと同時に、同じ値を持つセルのマージが可能
  • 複数のカラムと行を持ったヘッダー - 多数のカラムヘッダーと行ヘッダーの保持を実現。ヘッダーセルに対するスパンも可能。多数のカラムと行およびヘッダーを用いて行う、情報を保持するカラムと行の組織化
  • ソーティング能力 - 行とカラム、あるいはセルを範囲にしたソートが可能。行とカラムを単位とした、プログラムによるデータに対するソート。あるいは、カラムヘッダーのクリックを用いた、エンドユーザーによる自動的な行のソートの実現。シートレベルにおけるメソッドが実現する、カラムによる自動的なソーティングおよび、マニュアルによるカラムと行のソーティング、範囲を指定したソーティング
  • 多数のセルタイプ - セルに入力可能なデータの種類を決定するために、Spreadが提供するセルタイプを利用し、また、独自のセルタイプを定義することが可能。それによる、開発者による不要なチェックと検証を回避し、エンドユーザーによる自然なデータ入力を実現
  • 階層の表示 - 関連するデータにおける親の行と、子供のビューを用いた、リレーショナルデータの階層的な表示を行うために、行の中でのシートの作成が可能
  • データバインディング - 情報の表示および、エンドユーザーによる情報の編集のために利用できる、データセットに対するスプレッドシートのバインディング。Spreadによる、変更に対応する自動的なデータセットの更新を実現
  • ビルトインの機能 - 200種類以上の定義済みのアルゴリズムと、追加された独自の関数の用いた、アプリケーションに対する計算機能の迅速な追加を実現
  • ナビゲーション -スプレッドシート内でのナビゲーションを制御するための、Spreadによる多様な方法の提供
  • キーボードナビゲーションとキーアクション - エンドユーザーによるキーの押下に対応するアクションの、Spreadによる制御を実現。キーおよび関連アクションに関するデフォルトセットが供給されるが、アクションに対するキーのマッピングを行うことで、入力マップのカスタマイズも可能。たとえば、カレントセルの下方にフォーカスを移動するために、エンターキーをマップすることが可能。
  • 多数のビューポート - スプレッドシート上に分散したデータの参照を、1つのディスプレイ上で達成するための、スプレッドシート内での複数のペインおよびビューポートの実現。多数のビューポートにおけるデータ表示と、ユーザーによるビューポートおよびビューのカスタマイズの実現
  • Spreadデザイナー - Spread Designerを活用した、独自コントロールの設計および、プロトタイプの迅速な作成が可能。直観的で簡潔なインターフェイスを用いて、デザインタイムにおけるコントロールのルック&フィールのカスタマイズを実現し、開発時間を短縮するUseSpreadDesigner
  • インポートとエクスポートの機能 - Microsoft Excelにおける個別のスプレッドシートおよび、ワークブック全体に対する、データのインポート/エクスポートとフォーマッティングが可能。また、XMLのデータとフォーマッティングを用いた、スプレッドシート全体のインポート/エクスポートも可能

サポート

Spread メンテナンスパッケージには1年間の無常アップグレードおよびカスタマサポートが含まれています。

商品検索

検索したい単語を入力して下さい:

ComponentSourceから購入する理由

ComponentSourceでは、世界中1,000,000以上のソフトウェア開発者の皆様にユニークなグローバルサービスをご提供しています。

詳細 | About us

スクリーンショットギャラリー

Award