About 1,070,000 results
Open links in new tab
  1. .net - How do I create an Excel (.XLS and .XLSX) file in C# without ...

    Just create head, body, and table tags in a file, and save it as a file with an .xls extension. There are Microsoft specific attributes that you can use to style the output, including formulas.

  2. how to create a new xlsx file using openpyxl? - Stack Overflow

    Aug 8, 2015 · how to create a new xlsx file using openpyxl? Asked 10 years, 3 months ago Modified 3 years, 1 month ago Viewed 114k times

  3. Write Data to Excel Spreadsheets - MATLAB & Simulink - MathWorks

    To export a table in the workspace to a Microsoft® Excel® spreadsheet file, use the writetable function. You can export data from the workspace to any worksheet in the file, and to any …

  4. Create an Excel File (.xlsx) using PL/SQL - Stack Overflow

    13 I've seen a package called as_xlsx by Anton Scheffer, Create an Excel-file with PL/SQL and it addressed my problem. I also modified it a bit to put in Worksheet Names and to allow …

  5. How to save .xlsx data to file as a blob - Stack Overflow

    As suggested by the answer of the similar question (Javascript: Exporting large text/csv file crashes Google Chrome), a blob needs to be created. My problem is, what is saved in the file …

  6. Power Automate Convert File from CSV to XLSX - Stack Overflow

    Sep 17, 2022 · I am attempting to use MS Power Automate to grab a CSV file from an SFTP site and save it to my SharePoint site as an XLSX. I can get it to convert to xls....but the next step …

  7. How to save a new sheet in an existing excel file, using Pandas?

    The easiest way to do this is just using the function to_excel of Pandas specifying a new sheet_name where you want to storage the data in the existing excel file that continue other …

  8. How to create Excel file using OpenXML without creating a local file?

    Apr 27, 2015 · Is it possible to create and edit an excel document using OpenXML SDK without creating a local file? As per the documentation the Create method demands for a filepath, …

  9. T-SQL: Export to new Excel file - Stack Overflow

    Jan 31, 2012 · It might be because it doesn't create an actual Excel spreadsheet. It creates a Comma Separated Value (csv) file that Excel can open but it's not an Excel spreadsheet.

  10. databricks: writing spark dataframe directly to excel

    Nov 29, 2019 · Are there any method to write spark dataframe directly to xls/xlsx format ???? Most of the example in the web showing there is example for panda dataframes. but I would …