|
TrimSpreadsheetDiscussion
TrimSpreadsheet Community Wiki{ TrimSpreadsheet home -- download | community } '''UPDATE: Please see the TrimPath Forum for the latest place to discuss stuff.''' We'll keep these community discussion wiki pages around, though, for reference. -- SteveYen 2005/07/10 Hi all. This is your shared, community space, hopefully mostly about TrimSpreadsheet. -- SteveYen How can a user save the table? -- EliotLandrum
Hi! Is there a way to enable a formula to recognize a number as such, even when the cell includes html tags? For example, allow Sum() to include <b>34</b> in it's calculation? ans: not right now for arbitrary tags. By the way, for your example of a bold (<b>) 34, you can use the alternative of <td style="font-weight: bold;">34</td>, and that will work. -- SteveYen Hi! Is there a way to enable a user to add or remove columns to the spreadsheet (i.e. add a menu option to add a column?)?
I'm trying a bit of fun by combining TrimSpreadsheet with some features of Michael Schwarz' excellent AJAX.NET package. I can get an asynchronously generated DataTable into javascript and I want to dump it into a spreadsheet (values only for now, formulas later.) If I use DOM to build the table with class "spreadsheet", append it to the innermost of the three standard DIVs, and call TrimPath.spreadsheet.initDocument(), I get an error:
From spreadsheet_ui.js, Line 176. Any advice? Thanks for sharing this great component, i'm learning a lot from it.
{ TrimSpreadsheet home -- download | community } '''UPDATE: Please see the TrimPath Forum for the latest place to discuss stuff.''' We'll keep these community discussion wiki pages around, though, for reference. -- SteveYen 2005/07/10 Hi, These is any way save the spreadsheet in DB and load it from DB. I need create the web application as like this: The tree: Node 1 -- Node 1 -1 -- Node 1 -2Node 2 -- Node 2 - 1 -- ... Each node is one spread sheet, When user click on tree node -> the system will display the spreadsheet (data) of the selected node. Thanks for help. Wallness |

this is an excellent library. thanks:
1) Is there some say to make some cells uneditable. For example: i would like to make my ROW 1 (which will contain headings for a data entry app spreadsheet) as READ-ONLY.
2) If i want to select multiple cells and then copy by pressing Ctrl+C and then paste into other cells by pressing Ctrl+V (this feature is present in google spreadsheet)
3) is there any plan for arrow key navigation support in cells (this feature is present in google spreadsheet)
i may be asking for too much. But is there any roadmap to include some/all of these features.
bye :-) Ashish Ranjan ashishwave@yahoo.com