Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,163 for

join

(0.03 sec)
  1. Hiding and Showing Rows and Columns with Node.j...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "book1.xls" ); // Reading...

    docs.aspose.com/cells/nodejs-cpp/hiding-and-sho...
  2. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using regular expression in Node.js via C++.... join ( __dirname , "data" ); // Output...directory const outputDir = path . join ( __dirname , "output" ); const...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  3. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add XML Map inside the workbook using XmlMapCollection.Add method with Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Create...getXmlMaps (). add ( path . join ( dataDir , "sample.xml" ));...

    docs.aspose.com/cells/nodejs-cpp/add-xml-map-in...
  4. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the Node.js API via C++ to programmatically display formulas rather than values in an Excel worksheet or spreadsheet.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "source.xlsx" ); // Load...

    docs.aspose.com/cells/nodejs-cpp/show-formulas-...
  5. Chart to PDF with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving.... join ( __dirname , "data" ); // Instantiating...to PDF chart . toPdf ( path . join ( dataDir , "chartPDF_out.pdf"...

    docs.aspose.com/cells/nodejs-cpp/chart-to-pdf/
  6. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET... Join ( "+" ). Join ( new MathematicalText...SetSuperscript ( "2" )). Join ( "=" ). Join ( new MathematicalText...

    docs.aspose.com/slides/net/exporting-math-equat...
  7. Saving File to Response Object with Node.js via...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...workbook . save ( response , path . join ( dataDir , "output.xls" ),...

    docs.aspose.com/cells/nodejs-cpp/saving-file-to...
  8. Export Comments while Saving Excel file to HTML...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... join ( __dirname , "data" ); const...AsposeCells . Workbook ( path . join ( sourceDir , "sampleExportComments...

    docs.aspose.com/cells/nodejs-cpp/export-comment...
  9. Exporting Math Equations|Aspose.Slides Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... join ( "+" ). join ( new MathematicalText...setSuperscript ( "2" )). join ( "=" ). join ( new MathematicalText...

    docs.aspose.com/slides/java/exporting-math-equa...
  10. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const outputDir = path . join ( __dirname , "output" ); // Load...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...