Anyone aware of a grid component w excel-like features?

Hi all
I'm looking for a grid component / extension of JTable with excel-like capabilities.
In particular, I'd like to be able to write formulas in cells like excel, as well as have multiple work sheets
There must be something like this out there. Anyone know?

nice day,
why wasting the time if is there exist OpenOffice & available plugins into Netbeans (Eclipse ???)
f.e. [http://sourceforge.net/projects/javasheet/files/]

Similar Messages

  • Has anyone had issues with Microsoft Word or Excel requiring initial set-up again after a software update?

    Has anyone had issues with Microsoft Word or Excel requiring a set-up after software udates?  I do not have product key, so unable to set up again.

    This laptop has original Microsoft word & excel provided by Mac when purchased and is legal copy.
    Do I understand you bought a Mac and it came with Microsoft Office?    I could be wrong, but I wasn't aware that was an option.  Or am I not parsing that sentence correctly and you bought a Mac and bought a legal copy of Office to install on it?  In which case, never mind.

  • ALV  - coulmn names differ from Grid display to Excel download

    Hi,
    When I display report in ALV grid,  the layout looks fine. But the column headings and field output length differs from Grid to Excel sheet data.
    suppose if some column heading is like ABCDEF and content is of 2 characters. Then it grid i am getting like ABCDEF. But in Excel I am getting it like ABC. ( which is seltext_S).
    My question is why the layout is not being copied to Excel as it is like in GRID display??
    Thanks in advance.
    Praneet

    HI,
    Just Try this,
    Eg: suppose this is the field VBELN
    Declare in the internal table like
    vbeln(10) type c,
    instead of         vbeln     LIKE vbak-vbeln,
    Hope it'll work

  • ALV grid to protected Excel sheet

    Hi ABAP gurus,
    I Have developed an ALV report using OO concept and from the application toolbar i am able to change  the GRID output to Excel output using View -> Excel inplace. Belows are my requirement now.
    1. I need to change the standard template with my template for this particular ALV report or Transaction. PLease provide me  with steps details to do it.
    2. The Excel sheet should be in protected  mode and user should be able to only take print out from the excel sheet without modifying any columns .
    If there is no standard way  we can add an additional  appliaction menu and  code it to download  the ALV output into an  Excel sheet and display it .  However again the User should not be able to modify the sheet. please provide me with sample code to do it.
    PLease suggest  solution for this . Point will be awarded for all valuable answers.
    Please it is very urgent for me ...
    Thanks in advance.
    Iftekhar Alam

    Hi ABAP gurus,
    I Have developed an ALV report using OO concept and from the application toolbar i am able to change  the GRID output to Excel output using View -> Excel inplace. Belows are my requirement now.
    1. I need to change the standard template with my template for this particular ALV report or Transaction. PLease provide me  with steps details to do it.
    2. The Excel sheet should be in protected  mode and user should be able to only take print out from the excel sheet without modifying any columns .
    If there is no standard way  we can add an additional  appliaction menu and  code it to download  the ALV output into an  Excel sheet and display it .  However again the User should not be able to modify the sheet. please provide me with sample code to do it.
    PLease suggest  solution for this . Point will be awarded for all valuable answers.
    Please it is very urgent for me ...
    Thanks in advance.
    Iftekhar Alam

  • When importing photos with iBooks Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the imported photo?

    When importing photos with the iBooks Author Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the corresponding imported photo? I have 4,800 stills to import and can't imagine it's necessary to copy and paste the description for each.

    As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc.
    http://www.apple.com/feedback/ibooks-author.html
    As for AS, I'm not sure anyone has sniffed iBA's dictionary yet...google is you friend for hot prospects, I'm sure

  • Exporting ALV Grid output to Excel sheet

    Hi All,
           How can i export the output displayed using Grid to an Excel sheet. I tried with default option from list->export->excel sheet/local file but i am not getting complete data and the data which i am getting also notin proper format. Please help me in this regard.
    Best Regards,
    Sunil

    Check out the ALV grid toolbar for export options.
    Regards
    Raja

  • Problem in down loading Grid out to Excel

    Hi all ,
    when i down load grid output into excel using list->export->localfile ->spread sheet,
    Some columns headings are down loaded with medium texts and some with short texts (seltext_s) .The same is displayed in default output(with out dragging) .  I found that fields with short texts are because of field  data length is less than 10 char .customer is asking to  medium or long texts in excel when down loaded..
    1)Hence i expanded fileds and then down loaded , same short texts are down loaded to XL.
    2)I incresed output length for those  fields so as to take medium or long texts in default output of report(no need of dragging ) and then  down loaded to excel .Still it is taking short texts only in XL .
    Will there be any default settings to consider text to considered while down loading or do ineed to set explicitley .Please advise me ..
    a bit urgent .
    I constructed fieldcat  as follows
    ls_fieldcat-fieldname    = c_cname.
      ls_fieldcat-seltext_l    = text-004.
      ls_fieldcat-seltext_s    = text-004.
      ls_fieldcat-seltext_m    = text-004.
      ls_fieldcat-reptext_ddic = text-004.
      MODIFY p_fieldcat FROM ls_fieldcat TRANSPORTING seltext_l seltext_m
    seltext_s reptext_ddic WHERE fieldname = ls_fieldcat-fieldname.
    Many Thanks
    Dharma P

    Hi  A. Caglar Ozkor,
    Basically the parmeter layout-colwidth optimization  is set to  'X'. I tried out to increase outputlength after setting it to '   '  , then down loaded to excel .In that case also it picked only short texts , Hence I thought there would be  some settings  to decide what text to be picked while down loading  in to excel .
    Guys , Any ideas to solve this problem   ...
    Dharma P

  • Hi iam getting the alv grid data in excel format but iam facing one problem

    hi iam getting the alv grid data in excel format but iam facing one problem ,
    i.e., i want it read only  but iam getting it in edit mode i use layout default in excel iam getting in xl directly but in edit mode but i need it in read only mode
    what i have to do for that  and bdy knows reply me i need it urgently.

    there's always edit-mode if you choose excel-inplace - but noone can modify/rewrite the data
    A.

  • Save ALV grid to local excel-file in background

    Hi,
    i want to save a alv grid to an excel-file on a local fileshare using an background job..
    Does anybody know how this works?
    Thanks ahead

    DATA: file TYPE string VALUE `flights.dat`,
          wa   TYPE spfli.
    FIELD-SYMBOLS TYPE x.
    OPEN DATASET file FOR OUTPUT IN BINARY MODE.
    SELECT *
           FROM spfli
           INTO wa.
      ASSIGN wa TO CASTING.
      TRANSFER TO file.
    ENDSELECT.
    CLOSE DATASET file.
    <b>The binary data from database table SPFLI is transferred to a binary file flights.dat</b>

  • ALV grid export to Excel 2003-f.01

    Hi all,
    I have an issue with ALV grid export to excel 2003 ,when i tried to download with the option as local file > xls file ,the report downloads with page breaks which the user does not want , each break comeswith header .
    With the option of list>export>xml sheet - the report downloads with out page break but with no header information like the name of the report and reporting period .The tcode is f.01 and the system is ECC6.
    Can any one suggest  how to download the report with tiltle of the report with no page break ?
    Thanks
    ske

    Hi
    What happens if you use the export/local file option - does that help at all or can you change the layout? Haven't got access to your release to check.
    Cheers
    David
    Edited by: David Berry on Oct 28, 2010 9:38 PM

  • Leading Zeros Missing - When exporting data from ALV grid display to Excel

    Hi,
    Am exporting the data from ALV GRID DISPLAY to Excel sheet using standard toolbar icon 'Local file'
    the leading zeros displayed in the ALV output is missing in the EXCEL sheet.
    (eg)  in ALV o/p - 0029. 
            in Excel - Only 29 is appearing.
    As per the requiement i have to show the leading zeros in excel also.
    Pls help on this issue.
    Thanks in advance..

    Hi ,
      Please set the property  :
      wa_fieldcat-lzero = 'X' .
    when you are creating field catalog for display alv data .
    your prob will solved .
    Regards ,
    Nilesh Jain

  • Anyone aware of a step by step guide to setup lion server?

    Anyone aware of a step by step guide to setup lion server? Looking to bin my SBS and movr to lion server but need an idiots guide to step by step setup.

    Hi Joe,
    Thanks for the info. Was also looking for a step by step guide on installtion of all the different modules, i.e. mail, profile manager, wiki for example. Maybe im just to use to windows server but the mac server just seems too simple. Maybe i am over complicating things.

  • Grid Component

    Hi, we are in need of a Java Grid Component with all of the below requirments, can you please suggest me on this.. Can you suggest where i can buy or download ??
    * GUI interface
    * Horizontal scroll - at least 50 columns
    * Vertical scroll - at least 2500 rows
    * Capability to freeze column and row headers
    * Insert/Delete rows and columns at any point within the spreadsheet
    * Perform functions such as cut/copy/paste, hide/unhide columns, search for value, enter and calculate formulae
    * Programmatically work with cell addresses and cell content, entire rows and entire columns
    * Capability to label column headers
    * DEFINE formula for a given cell programmatically in addition to user defined formulae
    * Color coding the background as well as the foreground (text)
    * LOCKing/protection cells
    * Provide sorting capability
    * Print/Print Preview and formatting capability
    * Zoom capability
    * Setting Alignment for cell or group cells
    * Assigning CHECK BOX to cells at design/run time and programming it.
    * Assigning List box to cells at design/run time and programming it.
    * Specifying maximum length , Data type for each cell at design/run time and programming it.
    * Ability to get Sub Total/Total for a column.
    * Grouping on particular column.
    thanks
    venus_bug

    try the grid at www.java4all.tk
    ciao,

  • Passing Complex Object into Grid Component

    OK here is what i am trying to do.
    I have a grid component, and I wanted to display on the grid,
    a list of ship objects. Think of this like a cruise liner.
    I am retrieving these objects from a java/hybernate/spring
    adapter using remote object, and it works ok. I get back an
    arrayCollection, then I build a new array, populatate it with
    Actionscript ship objects, which has an embedded port object.
    Ship has attributes like Name, id, comments etc. And it has
    an embedded homeport object also.
    The port, has name, country and comments too.
    I can get the object to come back, and its being built
    correctly. I have ship objects and each one has its own port
    object, I see in the debugger the objects and thier embedded
    objects and the embedded object values. So I know the constructor
    is working fine. Here is the problem.
    I set the dataprovider attribute to match the array of
    completed ships, and I can get the grid, to display all the ship
    data, but not the port data.
    So Here is my code:
    <mx:DataGrid id="ShipListDataGrid" width="978"
    height="190" dataProvider="{initDG}"
    creationComplete="loadAllShips()" selectedIndex="0" >
    <mx:columns>
    <mx:DataGridColumn headerText="Name"
    dataField="name"/>
    <mx:DataGridColumn headerText="Class"
    dataField="clazz"/>
    <mx:DataGridColumn headerText="Comments"
    dataField="comments"/>
    <mx:DataGridColumn headerText="Port Country"
    dataField="port.country" />
    </mx:columns>
    </mx:DataGrid>
    Now the colums name, clazz, comments all work perfectly, as
    they are attributes of ship. However, port.country does not work,
    it just shows a blank column, even though that is the correct
    notation to get to that data field, for the attribute of that ships
    port home country. Its just a string, so for the port called miami,
    the country is "USA". This does not display.
    However if I remove port.country, and only put in port, then
    it shows that whats in that column displays as Object : Port.
    So it seems that the grid knows theres an object in there.
    But not what to do with it?
    I have created a masterViewList and a masterDetails
    component, and the viewList is the grid, and the details is the
    details section of the ship. So there it shows a form, and the form
    shows all the details of the ship selected in the list above. Heres
    the interesting thing. using a label field, I can change the
    selected list item on the grid, and show the ship.port.country in a
    label on the bottom, so it can transverse the ship object, but just
    not seemingly in the grid.
    What can I do? Why does it work with a label field, and not
    in the grid? Why will the grid not show an embedded string
    attribute for an embedded object, but a label or text box will?
    What am I doing wrong?

    You will need to use a label function for this.
    For example:
    <mx:DataGridColumn headerText="Port Country"
    dataField="{calcPortCountry}" />
    private function calcPortCountry(item:Object,
    col:DataGridColumn):String
    return item.port.country;

  • Visual Studio Grid Component that is sortable and updatable

    Hello, 
    We have a need to pull a group of records from SQL Server into a grid component on a web site. Once the data is in the grid we'd like to be able to sort it a couple of different ways. We also need to write that data back to the database (Updates, not inserts).
    We can get the grid component to pull the data and sort it but if we try and update the sorted data after making changes, it corrupts the data. The updated data goes into the wrong records (probably in the unsorted order).
    If we don't sort, it works fine. If we do sort it's no good. Is there a trick to getting this to work? Do we need to use a different component? I'm not the developer so I'm sorry if I'm a little vague on technical details but I think it ought to be something
    easily achievable. 
    Thanks in advance for any help!
    Matt

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you got the issue during web site programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for