Looking for plsql to create nonce

Hello: I need to create a nonce value to pass to webservice. It is used for security purposes - used so that sending the same message again is not allowed since I guess the service checks whether the nonce has been recently used and rejects recent duplicate nonces.
It is defined for soap messages at http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf
I'm on apex 4.1.1 with 11g db
Thanks, Hawk

Thanks - your suggestion works fine. I also got some base64 encoded stuff to work with the following (soap spec references some base64 binary blah blah...):
- utl_raw.cast_to_varchar2(utl_encode.base64_encode(utl_raw.cast_to_raw( +18CharacterString+ )))
but prefer your solution DBMS_RANDOM.STRING('x',24). Thanks.

Similar Messages

  • Looking for app to create Desktop groups/fences for OSX

    Looking for app to create Desktop groups/fences for OSX..
    I do music and like to keep my most important folders on my Desktop since I access them very frequently.. I saw that there's a few options out there like "Desktop Groups Lite" (link below):
    https://itunes.apple.com/us/app/id561422617?mt=12
    The only problem is that I'm reading a lot of reviews on it from users who are saying that their files/folders are going completely missing, etc.. And that's a big issue that I'm not ready to deal with, considering the importance of these folders to my work/career..
    ^This is a picture of what that "Desktop Groups Lite" app looks like.. and is pretty much EXACTLY what I'm looking for.. but I'm a little bit afraid of it "eating" my contents and losing them forever..
    Does anybody have any recommendations or feedback for an app that can accomplish something like this?
    Thanks!

    Looking for app to create Desktop groups/fences for OSX..
    I do music and like to keep my most important folders on my Desktop since I access them very frequently.. I saw that there's a few options out there like "Desktop Groups Lite" (link below):
    https://itunes.apple.com/us/app/id561422617?mt=12
    The only problem is that I'm reading a lot of reviews on it from users who are saying that their files/folders are going completely missing, etc.. And that's a big issue that I'm not ready to deal with, considering the importance of these folders to my work/career..
    ^This is a picture of what that "Desktop Groups Lite" app looks like.. and is pretty much EXACTLY what I'm looking for.. but I'm a little bit afraid of it "eating" my contents and losing them forever..
    Does anybody have any recommendations or feedback for an app that can accomplish something like this?
    Thanks!

  • New to inDesign - looking for help with creating booklets

    Looking for a tutorial/answer on how to set up my book so that the pages can be printed, folded in half (like a brochure/magazine) so that I can bind the pages myself in a book.   Not sure if my page size would be what I want the finished book size to be or if I need to double the page width setup size, because I will be folding them in half to put the book together.  I know there must be a magic button as well that will sort the pages and keep them in the right order, once I fold them.   Does this make sense to anyone?

    Hi 4boyz,
    You can refer to the below mentioned links:
    https://www.youtube.com/watch?v=GY16m7QcFj4
    https://multimedia.nscad.ns.ca/pdfs/indesign-2%20sided%20saddle%20stich.pdf
    https://www.youtube.com/watch?v=BCoTJZXkgSQ
    https://helpx.adobe.com/indesign/how-to/make-brochure.html
    http://www.creativebloq.com/indesign/brochure-design-4112750
    InDesign Help | Creating book files
    http://smallbusiness.chron.com/layout-book-indesign-27014.html
    Some other links to learn Indesign:
    InDesign CC tutorials | Learn how to use InDesign CC
    http://tv.adobe.com/show/learn-indesign-cc/
    InDesign Help | InDesign Help
    http://helpx.adobe.com/pdf/indesign_reference.pdf
    http://vc.uscannenberg.org/sites/vc.uscannenberg.org/files/documentation/31/Adobe%20InDesi gn%20Beginner%20Tutorial.pdf
    http://ptgmedia.pearsoncmg.com/images/9780321926975/samplepages/0321926978.pdf
    http://ptgmedia.pearsoncmg.com/imprint_downloads/peachpit/peachpit/academic/IDCCCIB_Instru ctor_Notes.pdf
    Thanks,
    Nikhil Gupta

  • New to photoshop, looking for advice on creating a stencil design, can anyone explain how to do this

    Heya,
    So I'm hoping to get back into photoshop, my knowledge at the moment is pritty minimal, but i'm going to start learning how to use it again.
    I'm new to this forum and don't intend to come on here often for advice but i hope that someone would be kind enough to point me in the direction that i'm looking for, i would be very grateful.
    Firstly, i haven't yet decided which adobe photoshop product is best suited for what i'm looking for and i aim to go and explore the trials first to find out.
    I'm looking to create designs with software that doesn't really have any limits in terms of creating designs.
    I was wondering if someone could give me some links to a tutorial or something that explains how to create the stencilling effect in the image that is seen as a tree with a cityscape in the background, and possibly the other effects seen on the t-shirt. I know it might be a lot to ask but it would really mean a lot if someone could explain how you create effects like this.
    Here's the image:http://www.gifts.com/products/Kohls/Mudd-Tree-Tee?p=6886:1945256129:35
    I know that the image is small, it was the best i could currently find, i hope that you can still see it well enough.
    Thank you in advance
    I really appreciate it!!

    First you may want to google »photoshop tutorial distresssed«.
    As for combining images like that a combination of Blend If-settings (one can split the handles by alt-click-dragging them)), Layer Groups set to Blend Modes other than Pass Through and Grtadient Maps may be employed to maintain high editability.
    One could also just use the images as Layer Masks for Solid Color Layers (and use Levels or Curves to get the intended contrast), though.

  • Looking for suggestions to create a graphical user interface. Swing?

    Hi there,
    I am considering developing this as a side-project, therefore wish to know how much work will be involved (ie. if I have time to complete it).
    The situation. I have an online game that I play. It allows access to data using text files,that are updated on an hourly basis. These text files are generally a number of MB in size (containing details for players: Id, name, tribe, score, and other ranking-related data). I wish to access these text files, then - using the data contained within them - create a graphical map-like interface.
    Features of the map:
    - scrolling (or changing view in some other way)
    - tool-tips when highlighting over certain elements?
    - contains graphics, located on a web server (or I can easily download these to use locally)
    Questions:
    (1) Am I able to run background processes in some way, on a Windows machine, to automatically update the data?
    (2) Would it be best to save objects to a file - then load them when the program is run, or actually save the data to a local database? What DBMS do you recommend, and what classes should I look at to find out more about interacting with databases?
    (3) I have not written a graphical-based application before using Java. I have heard a little about Swing. Is this the only GUI designer I should look in to, or are there others? Please give me names, I can start researching from there. The GUI would need to support something similar to the map I described above.
    If you require more information, let me know. As far as I know I am not allowed to post the link to the game here, however if you need to have a look at it to understand the problem I will do so.
    Regards,
    shano

    shano wrote:
    Hi there,
    I am considering developing this as a side-project, therefore wish to know how much work will be involved (ie. if I have time to complete it).We likely can't answer this question.
    >
    The situation. I have an online game that I play. It allows access to data using text files,that are updated on an hourly basis. These text files are generally a number of MB in size (containing details for players: Id, name, tribe, score, and other ranking-related data). I wish to access these text files, then - using the data contained within them - create a graphical map-like interface.
    When you say "map" do you mean a map in the "traditional" sense - with cities and land and such?
    Features of the map:
    - scrolling (or changing view in some other way)
    - tool-tips when highlighting over certain elements?
    - contains graphics, located on a web server (or I can easily download these to use locally)
    Questions:
    (1) Am I able to run background processes in some way, on a Windows machine, to automatically update the data?Java or your OS provides this, yes.
    (2) Would it be best to save objects to a file - then load them when the program is run, or actually save the data to a local database? What DBMS do you recommend, and what classes should I look at to find out more about interacting with databases?It depends - are you just loading these objects into main memory when you fire up your program? If so, serializing them out to a file is find. If you're going to be doing queries and updates while your program is running then using a DB would likely be a Good Thing. Check out [hypersonic |http://hsqldb.org/] and the [JDBC tutorial|http://java.sun.com/docs/books/tutorial/jdbc/]
    (3) I have not written a graphical-based application before using Java. I have heard a little about Swing. Is this the only GUI designer I should look in to, or are there others? Please give me names, I can start researching from there. The GUI would need to support something similar to the map I described above.Swing is a set of GUI components, not a GUI designer. There are others (SWT comes to mind). Google can likely help you out more than I can. I suspect most GUI widget sets will supply a "blank" component that you can paint your map on.
    >
    If you require more information, let me know. As far as I know I am not allowed to post the link to the game here, however if you need to have a look at it to understand the problem I will do so.
    Regards,
    shano

  • Hello, new here and looking for suggestions on creating a conf script

    Hi,
    The current project that I am working on would like to make a java display window to be fully customizable from a conf script.
    the java display window has 10 fields or so, which are updated every second. the java object passes to JNI, gets populated by C++ data, and returns back to java for display.
    Now, how is one able to create a script that can modify that java window to display only certain fields, lets say 1-5.?
    suggestions, or know of an area that i can look into?
    thanks

    First you may want to google »photoshop tutorial distresssed«.
    As for combining images like that a combination of Blend If-settings (one can split the handles by alt-click-dragging them)), Layer Groups set to Blend Modes other than Pass Through and Grtadient Maps may be employed to maintain high editability.
    One could also just use the images as Layer Masks for Solid Color Layers (and use Levels or Curves to get the intended contrast), though.

  • Looking for lesson to create such images

    I wish you happiness
    Could you give me some advice where I can find a lesson to learn how to do something like pictures below?
    Keywords: digital world, infomation, changing, indicator panel

    It really is something that you cannot do with one specific video tutorial.
    I'd recommend you take a look at www.lynda.com - sign up for their Adobe Photoshop & Illustrator Tutorials to learn to create images such as the ones you've posted.
    Again, these lessons wont teach you just how to make these images. You need to learn the basics and little bit of advanced techniques in both Illustrator (for creating vector graphics) as well as Photoshop. There on, it's up to your creativity to choose the right tool with the right software to create something like this.
    All the best.

  • Looking for bapi's to create records from custom software

    I'm looking for bapi to create
    1. InfoType 15 SubType 3001 (Additional Payments/Days Number)
    2. InfoType 15 SubType 3208 (Additional Payments/Overtime)
    I'm tried alot to find in standard bapi's but couldn't find related bapi to create these records.
    Kindly help me to use find out a standard bapi.

    hi
    if you want to create it using some extrernal software , you will have to define your own bapi or RFC which will call the HR infotype operation function module.
    Regards
    Sameer

  • By using Inspector, i found the way to create and insert a scrolldown list ; however the list has to be created from  inserting each line at a time; what i am looking for is a way of creating a scrolldown  large(30 to 100 lines) list.

    By using inspector, i found a way to create and insert a scrolldown list (*) in a cell ; however it can only be done one line at a time .what i am looking for is to create a bigger scrolldown list ( from 30 to 100 lines ) and in excel we can do it by copy and paste from an other doc...there must be a way with Numbers !!! any ideas ?
    (*)...go to inspector/4th icon to he left/format/local menu/and then input the list one by one...and it creates a scrolldown list where you cursor was located in numbers.
    please help....

    If you need to use this kind of objects, my guess is that it would be better to use an other application like libreOffice.
    At an user request, I wrote an AppleScript grabbing the list from a table embedded in the Numbers document.
    Here is an enhanced version.
    --{code}
    --[SCRIPT fake-scrolldown-list]
    Enregistrer le script en tant que Script : fake-scrolldown-list.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Utilisateurs:<votreCompte>:Bibliothèque:Scripts:Applications :Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Sélectionner une cellule dans une table d'un document Numbers.
    Aller au menu Scripts , choisir Numbers puis choisir “fake-scrolldown-list”
    Le script extrait la liste d'articles de la table « la_liste » de la feuille contenant la table ci-dessus.
    Il demande de choisir un article puis dépose celui-ci dans la cellule sélectionnée.
    ATTENTION : À la demande d'un utilisateur, Le script utilise un nom de table localisé.
    Je n'aime pas cela parce que de ce fait, lorsque le script est utilisé sur un système Français,
    il requiert une table nommée "la_liste" mais lorsqu'il est utilisé sur un système Anglais il requiert la table "the_list".
    --=====
    L’aide du Finder explique:
    L’Utilitaire AppleScript permet d’activer le Menu des scripts :
    Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case “Afficher le menu des scripts dans la barre de menus”.
    Sous 10.6.x,
    aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
    puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
    --=====
    Save the script as a Script: fake-scrolldown-list.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Select a cell in a table of a Numbers document.
    Go to the Scripts Menu, choose Numbers, then choose “fake-scrolldown-list”
    The script extract the list of allowed items from the table “the_list” which must sit in the same sheet that the table embedding the selected cell.
    It urge to choose an item then insert it in the selected cell.
    CAUTION : I use different names for the required table according to the language in use on user request.
    I dislike this feature because a document built by a French user sent to an English one will fail.
    On the French system the script ask for the table "la_liste" but it ask for the table "the_list" on an English system.
    --=====
    The Finder’s Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the “Show Script Menu in menu bar” checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/12/31
    --=====
    on run
              local dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2, myListe, maybe
              set {dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
              tell application "Numbers" to tell document dName to tell sheet sName
    Extract the list of allowed values from the dedicated table *)
                        if my parleAnglais() then
                                  "the_list"
                        else
                                  "la_liste"
                        end if
                        tell table result
                                  set myListe to value of every cell of column 1
                        end tell
                        set maybe to choose from list myListe
    If we select the Cancel button, exit silently *)
                        if maybe is false then error number -128
    Fill the selected cell with the choosed value *)
                        tell table tName
                                  set value of cell rowNum1 of column colNum1 to (item 1 of maybe as text)
                        end tell
              end tell -- Numbers…
    end run
    --=====
    set { dName, sName, tName,  rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
    tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
    on get_SelParams()
              local d_Name, s_Name, t_Name, row_Num1, col_Num1, row_Num2, col_Num2
              tell application "Numbers" to tell document 1
                        set d_Name to its name
                        set s_Name to ""
                        repeat with i from 1 to the count of sheets
                                  tell sheet i to set maybe to the count of (tables whose selection range is not missing value)
                                  if maybe is not 0 then
                                            set s_Name to name of sheet i
                                            exit repeat
                                  end if -- maybe is not 0
                        end repeat
                        if s_Name is "" then
                                  if my parleAnglais() then
                                            error "No sheet has a selected table embedding at least one selected cell !"
                                  else
                                            error "Aucune feuille ne contient une table ayant au moins une cellule sélectionnée !"
                                  end if
                        end if
                        tell sheet s_Name to tell (first table where selection range is not missing value)
                                  tell selection range
                                            set {top_left, bottom_right} to {name of first cell, name of last cell}
                                  end tell
                                  set t_Name to its name
                                  tell cell top_left to set {row_Num1, col_Num1} to {address of its row, address of its column}
                                  if top_left is bottom_right then
                                            set {row_Num2, col_Num2} to {row_Num1, col_Num1}
                                  else
                                            tell cell bottom_right to set {row_Num2, col_Num2} to {address of its row, address of its column}
                                  end if
                        end tell -- sheet…
                        return {d_Name, s_Name, t_Name, row_Num1, col_Num1, row_Num2, col_Num2}
              end tell -- Numbers
    end get_SelParams
    --=====
    on parleAnglais()
              local z
              try
                        tell application "Numbers" to set z to localized string "Cancel"
              on error
                        set z to "Cancel"
              end try
              return (z is not "Annuler")
    end parleAnglais
    --=====
    --[/SCRIPT]
    --{code}
    Yvan KOENIG (VALLAURIS, France) samedi 31 décembre 2011
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • Looking for Rickenbacker sound as software instrument or sample library

    Hi everybody,
    does anybody here know if there is any kind of software instrument pout there or a sample library that can be used for a (demo) substitution for a Rickenbacker bass guitar sound?
    You know, this incredibly and unmatched elastic and rumbly bass guitar sound that can send your stomach on a roller coaster ride...

    Hey Trey,
    Are you looking for loops to create music, or pre-existing music beds? For loops, I've used bandmate loops - http://www.bandmateloops.com - most of them sound really good to me. I don't really use music beds in my projects.
    If you're looking for sound effects and don't need loops, STP can work with several formats, so there are the large cd libraries if you're looking for lots of (expensive) choices, or if you just need a couple of sounds you're not finding, you could try a site like http://sounddogs.com. They have thousands of downloadable effects, and you pay based on the number and length of the effect. I've used them before, and they were really convenient. They also might have music beds available, but they most likely won't be in apple loop format.
    Hope this helps!

  • Looking for a Programmer to Create A YouTube "Embed" Plug In

    Hello everyone,
    I am Looking for a Programmer to Create An Acrobat Pro "Embed" Plug In based on the free YouTube API.
    The purpose of this is to be able to easily embed YouTube Video's within Acrobat documents so that It can stream the content into the PDF file.
    Many have suggested to download the content and embed it, but doing so will violate the user agreement with YouTube plus it would increase the size of the PDF file consideribly.
    If there are any Programmers out there that would be interested in taking this project on please let me know. I believe there is a real need for this tool which people would really like to have.
    The programming goals for the project would be as follows:
    1. Take the Free YouTube API and create a plug in for Acrobat that would allow you to easily embed content into any PDF.
    2. The "Embed Plug-In" Would essentially allow you to just copy and past the embed codes from YouTube, Hulu, or any other web source that provides an "Embed Code" so that the content can easily be placed within the PDF.  This embeded content could be videos, audio, playlist systems, ads, etc.. "anything with embed codes."
    3. You would be able to select an area of the PDF for the placement, paste the code and then be able to resize the content window. i.e. for YouTube Files.
    The Market for this is as follows:
    - Web Based Magazines, or Flash Magazines that were created with Indesign, Acrobat then Flash. They can easily then create interactive content, with ads and multimedia. Anyone cab be interactive publisher then, no need for Flash Programming Skills.
    - Educational Institutions that want to create lesson materials with Web Content.
    - Business's that wish to share media elements from the web within PDF presentations.
    If you need examples of how this might be used please contact me to discuss it further.
    Thanks for your assistance.
    Regards,
    Robert
    Robert Stewart
    creativemind
    New York

    Since I only found the plug in yesterday I've only played with it a little bit.
    First thoughts:
    It works.  It's easy to set up.  I followed the instructions and I had a link working to our promotional video on youtube in only a couple of minutes.
    Things I found:
    I am using layers extensively in my pdf and wanted the plug in window to show up on only one layer.  However as I mentioned before it doesn't do that so my workaround was to change the settings in the video to play in a floating window.  However the plugin window is still visible if you do this, so my workaround was to reduce it to essentially a dot on the page and hide it on something pale grey!  I created a button in InDesign and used that to fire the video.
    Security stuff:
    Obviously the pop up windows are somewhat frustrating but I see no way to get around them without doing what Joel suggested in his other blogs, which given the amount of users receiving my pdf and their varying competence levels with computers is not really an option.  My workaround for that was to include a note explaining what to expect and do when they did show up.
    For the future:
    See if Adobe would make this an option in InDesign and usable within it's layers section.  That would be awesome.  I haven't had a chance to check out the addin Joel mentioned that might help with this in Acrobat.  Have you?
    Thanks for the other tips on embeding html etc - always good to find new ways get around problems.
    Grahame

  • Looking for a Programmer to Create An Acrobat Pro "Embed" Plug In

    Hello everyone,
    I am Looking  for a Programmer to Create An Acrobat Pro "Embed" Plug In.
    The purpose of this is to be able to easily embed YouTube  Video's within Acrobat documents so that It can stream the content into  the PDF file.
    Many  have suggested to download the content and embed it, but doing so will  violate the user agreement with YouTube plus it would increase the size  of the PDF file considerably.
    If there are any Programmers out there that  would be interested in taking this project on please let me know. I  believe there is a real need for this tool which people would really  like to have.
    The  programming goals for the project would be as follows:
    1.  Take the Free YouTube API and create a plug in for Acrobat that would  allow you to easily embed content into any PDF. The content must be PC & Mac Playable within the Latest Version Reader.*
    2. The "Embed  Plug-In" Would essentially allow you to just copy and past the embed  codes from YouTube, Hulu, or any other web source that provides an  "Embed Code" so that the content can easily be placed within the PDF.   This embeded content could be videos, audio, playlist systems, ads,  etc.. "anything with embed codes."
    3. You would be able to select  an area of the PDF for the placement, paste the code and then be able see a preview of the content, then be able to  resize the content window. if it resizable like YouTube Files.
    4. You need to be able to "Add" to the defined the "Trusted Source" from the Emebed Code information so that it does not require every instance of the content loading to require the user to select "Allow" each time it loads.
    The  Market for this is as follows:
    - Web Based Magazine Creation, that turn into  Flash Magazines that were created with Indesign, Acrobat then Flash. This process  would easily allow anyone to create interactive content, with ads and  multimedia. Anyone cab be interactive publisher with no need for Flash  Programming Skills which is currently what is needed to achieve much of this process.
    - Educational Institutions that want to create  lesson materials with Web Content.
    - Business's that wish to  share media elements from the web within PDF presentations and Business Materials, such as training materials, Marketing Research, etc..
    If you need  examples of how this might be used please contact me to discuss it  further.
    I have a project that I am working on that needs this type of functionality and the deadline is approaching so I am seeking any and all help  I can find to reach my goal. This Plug could also be a plug in to Indesign as well. Whatever it will take to reach the desired goal.
    Thanks  for your assistance.
    Regards,
    Robert
    Robert Stewart
    creativemind
    New  York

    I think this is what you need.
    http://blogs.adobe.com/pdfdevjunkie/the_youtube_widget_for_acrobat.html
    Hope it helps.

  • Looking for software or a service with which I can create a personalized photo calendar

    I am looking for software or a service with which I can create a personalized photo calendar. Any recommendations?
    Jerry

    Thanks for the reply.
    iPhoto, unfortunately, has some real problems in my opinion. Control over image placement and size is limited. This is compounded by the fact that Apple has not made the job any easier by refusing to publish information such as recommended aspect ratios and pixel sizes of images used to create a calendar. Obviously, these both change as the page layouts change. But, I don't think it is too much to ask that Apple supply image aspect ratios for each frame size, 2:3, 3:4, 1:1, or something else. What pixel sizes are required for each frame size/aspect? It is impossible to place 2 photos (or 1 photo and a name) on one date should 2 birthdays fall on one day.
    Further, there is no recommendation for color space to be used by the printer.
    I am tired of trying out a photo in the calendar only to find it looks bad at the pixel size and aspect I chose, then have to go back to the original, re-crop, resize, and wrestle with bringing it back to iPhoto. (I use Aperture to organize my images.)
    I must also add that I had a very bad experience with an iPhoto book earlier this year. Don't know if Apple has fixed the problems as I refuse to invest another 20 hours of time and more then $150.00 to find out.
    I am seriously looking for something to replace iPhoto (unless changes are made) to do the 10 or 15 calendars for my family again this year (and possibly redo my book).
    Jerry

  • Looking for a Apple developer to help me create an application

    Looking for a Apple developer to help me create an application

    Sure, but I meant he/she could sign up, and then see who is asking questions in the right sort of market area and potentially make contact that way ?

  • I am looking for a spreadsheet app that I can create new spreadsheets. So far nothing looks promising, any suggestions or do I have to go to windows?

    I am looking for a spreadsheet app that I can create new spreadsheets. So far nothing looks promising, any suggestions or do I have to go to windows?

    Hi Tx Tar Heel,
    I've been using Office2HD: https://itunes.apple.com/us/app/office2-hd/id364361728?mt=8
    Its cheaper than Numbers and it also works for Word and PowerPoint files too. I like the Dropbox integration. I can start on my Office docs (Word, Excel, PowerPoint) in the office and then edit those files with Office2HD when I'm out of the office. Files saves right back to Dropbox so that when I get back to the office the files are already updated. Not bad for a $7.99 app!
    Hope this helps!
    ~Joe

Maybe you are looking for