是否有第三方组件提供类似于"Microsoft Excel"的网格
问题描述:
我需要WPF组件,可以用它编辑"Microsoft Excel"之类的数据库,无论是否免费都可以.
I need a component for WPF,with it I can edit the database like "Microsoft Excel",free or not is both ok.
答
提供了Google文档一个类似于Excel的免费电子表格实用程序.
您可以使用开发人员指南 [
Google docs provided a free spreadsheet utility similar to Excel.
You can use the developer guide[^] to integrate .Net with it.
我认为SpreadSheet没有易于使用的控件.
使用DataGrid模仿SpreadSheet. Xceed是流行的DataGrid控件之一.
I don''t think there is a readily available control for SpreadSheet.
Use DataGrid to mimic like SpreadSheet. Xceed is one of the popular DataGrid control.
组件源是一个不错的地方:
电子表格/.NET组件和.NET控件 [
Component Source is a good place to look:
Spreadsheet / .NET Components and .NET Controls [^]