I have a table in Excel that represents the purchase orders. Ex:
pedido | linea ped. | estado línea
-----------------------------------
1 | 1 | Cumplido
1 | 2 | En progreso
2 | 1 | Cumplido...
I am trying to show an excel file, but this one instead of showing what it does is download it at once.
Thus I try to show the file
public function ari(){
$file = storage_path() . '\app\excel\formulario ORIGINAL ARI.xlsx';
$heade...
Very good community! The following problem I had experienced before when I made modifications (UPDATES) to the excel sheet, but I always found some solution ... but ... not now ... and the funniest thing that I am following to the letter The ste...
I want to generate an excel report of my markup query. but I could not.
I get the following error in the excel.
<b>Fatal error</b>: Class 'Conexion' not found in <b>C:\xampp\htdocs\intragarzon2.0\formatosTH\marcaje\core\b...
I am working on a program using VB and EXCEL. Currently I have to copy certain information from one cell to another to generate a report. Everything is working well for now. But I have the following doubt.
One of the lines, contains the histo...
I have this excel vba code
Dim cs As String
Dim sPath As String
Dim sql As String
Dim sql2 As String
Dim cn As ADODB.Connection
sPath = ThisWorkbook.Path & "\datos.accdb"
cs = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & sPath &...
I am working on a macro in which through a form and a text box called fechasolicitudreq . I'm saving the dates in the corresponding cells.
I have tried the following formats:
Cells(i,j).Value = Me.fechasolicitudreq.Value...
I would like to know if you can do a counter or a boolean that changes every time a macro is executed, since I need to make a conditional that validates if a macro was executed to perform a certain action.
note:
the counter will be used in a...
On my%% co_button I have a "Descargar excel" that leads to the following function in onclick :
function downloadExcel(status)
{
$.ajax({
url: "http://localhost/WareHouse/reporte.php?status="+status,
type: "GET",
succ...