ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2014-10-20 06:47:40

[email protected]
Member
From: New Delhi, INDIA
Registered: 2014-10-20
Posts: 3

Need your confirmations on below queries?

Hi,

I am evaluating Grid control. but did not find confirm answers of below queries. Can you pl. provide me answer of below queries so that i can finalize?
(in context to 0.8.7)

1. Directly Copy/Paste data on Grid?

2. Convert Worksheet to datatable or Workbook to dataset?

3. Reads and writes VBA Macros?

4. Max. numbers of Rows, Columns, Worksheets

5. Data validation while directly copy/paste on grid?

6. Supported FXs?

7. Supported Windows versions with 32/64 Bit?

8. Read and write CSV and tab separated text files?

9. Multithreaded calculations efficiently utilize todays multi-core CPUs?

Thanks

Jatinder Singh

Last edited by [email protected] (2014-10-20 07:53:23)

Offline

#2 2014-10-21 01:27:23

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Need your confirmations on below queries?

I am assume that you are talking about Can or Can't for every questions.

1. Yes
2. No built-in functionality available, you have to do it by programming
3. No
4. Maximum rows: 1048576, Maximum columns: 32768
5. Yes, there are event handlers available for copy/paste/cut, but you have to do validations by programming
6. What is FXs?
7. Yes
8. Yes for CSV, No for tab separated text files.
9. No

Jing

Offline

#3 2014-10-21 04:56:42

[email protected]
Member
From: New Delhi, INDIA
Registered: 2014-10-20
Posts: 3

Re: Need your confirmations on below queries?

Hi Jing,

Thank you for your replies. I think i have not explored my queries well to you, I was not talking about Can or Can't, Let me explore
My all queries are regarding 0.8.7 WPF.


1. Directly Copy/Paste data on Grid?
    our requirement is to directly copy the sheet data and paste on ReoGrid Control in run time. is it possible? FYI, our sheet can have very large data.

2. Convert Worksheet to datatable or Workbook to dataset?
    in Programming How? pl. let me know if we can do this other than for loop.
   
5. Data validation while directly copy/paste on grid?
    how can i perform it for WPF, if possible, Pl. provide sample code.

6. Supported FXs?
    FXs means .Net Frameworks. Which frameworks have been supported by ReoGrid, 1.0., 1.1, 2.0, 3.0, 3.5, 4.0, 4.5?

7. Supported Windows versions with 32/64 Bit?
    Which Windows version ReoGrid can support? Win98, Win 2000, Win XP, Win7, Win 8.0, Win8.1, Win10? 32bit/64bit.



Thank You

Jatinder Singh

Offline

#4 2014-10-27 05:31:17

[email protected]
Member
From: New Delhi, INDIA
Registered: 2014-10-20
Posts: 3

Re: Need your confirmations on below queries?

Hi Jing,

Can you confirm above queries At the earliest please? So that I can prepare a report and give to my management.

Thanks
Jatinder Singh

Offline

#5 2014-11-06 04:29:46

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Need your confirmations on below queries?

1. Directly Copy/Paste data on Grid?
Yes, it's possible. (hotkey for paste and copy doesn't work in WPF 0.8.7, it will be fixed in 0.8.8)

2. Convert Worksheet to datatable or Workbook to dataset?
Convert a DataTable to a range of worksheet is available, but create a DataTable from a range is not supported. It's necessary to do that by programming, copy the cells one by one.

5. Data validation while directly copy/paste on grid?
Not supported very well, some code example at: http://reogrid.net/document/clipboard/

6. Supported FXs?
.NET 3.5 and later are supported.

7. Supported Windows versions with 32/64 Bit?
Windows desktops (both 32bit and 64bit) are supported. I haven't tested on Windows RT, Phone, Tablet and Metro, I think it does not work.

Last edited by Jingwood (2014-11-06 04:33:54)

Offline

Board footer

Powered by FluxBB