For some time pasting tables from worksheets: Microsoft Excel, Google Sheets, Libre Office Calc adds elements such as td data-sheets-formula=“=SUM(RC[-15]:RC[-1])” data-sheets-value=”{ “1”: 3, “3”: 59}“ data-sheets-numberformat=”{ “1”: 2, “2”: “0”, “3”: 1}”.
This is completely unnecessary, adds weight to the page and is difficult to remove.
It would be great if the plugin automatically removed data-sheets-* elements or had a button to automatically remove them from the table.
Best regards
Andrzej
I would like to add a logo and timestamp to the PDF i’m generating via
I need an urgent assistance to solve this asap
]]>The formula is =PMT(15%/12,1*12,100000), where I have interest ot 15%, for min. 12 max. 60 months and loan of 100 000.
Where?PMT(rate, nper, pv) is:
Example?=PMT(4.5%/12,30*12,250000)
The?PMT?function has the following arguments — the first three are always required:
Rate?(Required) The interest rate for the loan. For monthly payments, divide this by 12.
Nper?(Required) The total number of payments for the loan. For monthly payments, multiply this by 12.
Pv?(Required) The present value, or the total amount that a series of future payments is worth now; also known as the principal. In other words, the loan amount.
The only thing the free tier didn’t allow is including the featured image.
This is very generous for a very well made product. Highly recommended.
]]>In “datatables.net” I have found this solution:
{
?extend: 'excel',
????? exportOptions: {
??????????columns: ':visible',
??????????format: {
???????????body: function(data, row, column, node) {
??????????????data = $('<p>' + data + '</p>').text();
??????????????return $.isNumeric(data.replace(',', '.')) ? data.replace(',', '.') : data;
??????????????}
?????????? }
????? ?}
}
But I’d need to know how it would work in my code:
{
"extend": "excelHtml5",
"text": "EXCEL",
"exportOptions": {
"modifier" : {
"order" : "current",
"page" : "all",
"search" : "applied"
}
}
}
Is there a way to export what you see on the web to excel?
Thanks
Best regards.
Agruquero.
In other words – all the complicated calculations are actually stored in the excel worksheet and cff is used to fill the inputs and display the outputs?
]]>I have hundreds of files to rename but can only see the option available for images .
Many thanks
]]>Is there a way to send the content of a column that I have in a Google Sheets to a field I have in WooCommerce automatically? Specifically, it is a tracking number.
IMPORTANT: The field I have in Woo it is not default field. It is a field from third party plugin I have installed. The aim of this third party plugin is to send the tracking number to the clients.
]]>