Questions tagged [spreadsheet]

Have a question about spreadsheet applications, add-ons, tools, or other related topics with no designated tag? Look no further than this. Spreadsheets are commonly used for organizing data in rows and columns, offering features to manage, examine, and work together on the information. Within each cell, you can find alphabetical characters, numerical figures, or equations.

Is there a way to replicate table cells in the style of Excel using jQuery?

Excel has a convenient feature that allows cells to be copied by dragging and dropping with the mouse. This same functionality is also available in Google Spreadsheets. I am trying to understand how Google has implemented this feature using JavaScript cod ...

Is the Kendo Spreadsheet supported in Angular 2?

We are interested in knowing if future releases of Angular2 will include Kendo Spreadsheet or the ability to export data to Excel for the grid. We currently use the Angular1 version and would like to upgrade, so having these features available in Angular2 ...

Building header row using foreach loop in Maatwebsite Excel with Laravel

I am trying to create an Excel file from HTML using Maatwebsite in Laravel, based on the selected MONTH AND YEAR. Below is a snippet of my HTML view. The highlighted area represents the header, which generates data based on the chosen month and year. It d ...

update the markers on a leafletjs map

I am aiming to create a dynamic map with markers that update every 10 minutes. The marker positions are stored in a spreadsheet document that is regularly updated. After successfully retrieving the data from the spreadsheet and positioning the markers in ...

What is the best way to create an Excel spreadsheet by utilizing parameters from an AJAX search?

While implementing an AJAX search feature in my Rails application, I encountered a problem with generating Excel documents. Here is the relevant code snippet from the controller: def show @website = Website.find(params[:id]) if (current_user.id != @websit ...

How can I place a DOM element without relying on style properties?

Before diving in, let me provide some context. I am currently developing a visual element that operates similar to a spreadsheet. It features scrollable content areas in both directions, with axis indicators on the left and top that remain visible at all t ...