Questions tagged as 'excel'

1
answer

How to generate a report in excel with tables in a database using C #?

How to pass data from a query to the columns and rows of a worksheet in excel? Example: OleDbDataAdapter oda = new OleDbDataAdapter("select * from usuario", conexao.cn); DataTable dt = new DataTable(); oda.Fill(dt);...
asked by 01.07.2018 / 17:12
0
answers

Import Excel - Laravel

I'm trying to import a csv into the database, but it's not making a difference <script> $(document).ready(() => { $("#import").click((e) => { var file = $("#file").prop('files'); const importFile = file[0]; const r...
asked by 04.06.2018 / 17:48
0
answers

Move filter button

When I add a table to my worksheet, it already comes with the filter drop down by default. I need to take this button out of that column and move it out of the table, or copy the button out of the table and hide the table button. @ E...
asked by 26.05.2018 / 05:31
0
answers

Doubt about Excel textbox control

Everyone, good night! Reason for my coming here: I have a Textbox control in an Excel Form (VBA). This form is configured to accept line breaks with ENTER and multiline. However, when sending this information to a javascript control it does not...
asked by 26.05.2018 / 04:25
0
answers

Raise XLRDError - Indicating name of Python Sheet_name

Good morning. I'm starting with Python and I have a problem. I have N files in Excel and I need to read the sheet_name of each one stating their name, the code I have so far is this: os.chdir("work path") fileLista = glob.glob('*.xls') arqFine...
asked by 21.05.2018 / 16:57
1
answer

How do I translate my results into a txt, excel or word file?

I have a code in Python that does the following: Extract multiple table data into distinct excels and perform a linear regression between them. So far so good but how do I make my results clean in a TXT, excel or word file? Thanks Here's my s...
asked by 17.05.2018 / 06:53
0
answers

Remove duplicates based on the value of a column

I'd like to know how I can perform the following filter: ===> Thatis,howtoremovetheduplicatesinthe"action" column, but leaving the record with the highest priority (in this case, '1' is the person with the highest priority and '8' is the...
asked by 21.05.2018 / 22:21
0
answers

Export mysql to excel with tabs if possible

I need to export a mysql database to excel, the problem is that the file has 1,200,000 records and excel only supports 1,048,576. How to do this export via command line and separating in tabs to be supported in excel?     
asked by 09.05.2018 / 21:12
1
answer

Select the ROW_NUMBER of an excel table

Today I use SELECT * FROM [Plan1$] To select Excel spreadsheet data, I would like to know how to select the record row as well.     
asked by 02.05.2018 / 14:36
0
answers

Bring the last date according to the code you typed!

I have a spreadsheet where I bring the client code and a date of visit, I would like a formula where through the code I bring the last example date Cod. Date of Visit 1 01/04/2018 2 01/04/2018 3 01/04/2018 1 04/06/2018 return 1 04/06/2018 2 0...
asked by 30.04.2018 / 20:57