Search Result

Collapse
3 results in 0.0028 seconds.
Keywords
Members
Tags
.csv
  •  

  • charles07
    started a topic embed excel or .csv in webpage
    in PHP

    embed excel or .csv in webpage

    hi all

    is there anyway embedding excel or .csv files to the webpage other than the folowing two options

    . saving it as a webpage
    . using google docs

    i used the following code, iam getting the .csv file in the page, but it would be good to have the color formatting, bold, italics... also in the webpage.

    is it possible?

    Code:
    <?php 
          $cnx = fopen("example.csv",
    ...
    See more | Go to post

  • Import .csv to numpy instead of list to numpy

    Currently when I import a data file, I create a list, and then use the
    Code:
    numpy.array(lst)
    method to convert the list into a numpy array.

    However, ideally I would like to not have to use a transition data type before converting it to a numpy array (and import the .csv file directly into a numpy array).

    I have tried the
    Code:
    numpy.genfromtext()
    method, however, that does not keep the inherent matrix structure I am attempting...
    See more | Go to post

  • Justin C
    started a topic .txt file to excel .csv

    .txt file to excel .csv

    Hello,

    I have some very large(several Mb) text files I am trying to process and parse using a Python script (novice python user). I am using the eclipse IDE and version 3 of python if that makes a difference.

    I am trying to also make use of the csv module in python.

    the .txt file has the following format for data:

    Code:
    09:04:11
    <break>0M!00021<CR><LF>
    ...
    See more | Go to post
Working...