Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,328 for

join documents

(0.05 sec)
  1. Get worksheet unique id with Node.js via C++|Do...

    This article shows how to get Excel worksheet unique id using Node.js library and C++ API programmatically....to the documents directory. const sourceDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( sourceDir , "Book1.xlsx" ));...

    docs.aspose.com/cells/nodejs-cpp/get-worksheet-...
  2. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "SourceFile_activex...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  3. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sample.xlsx" );...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  4. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname...const sourceFilePath = path . join ( dataDir , "SmartArt.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  5. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "51740712.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  6. Export print area range to HTML with Node.js vi...

    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....to the documents directory. const dataDir = path . join ( __dirname...const sourceFilePath = path . join ( dataDir , "sampleInlineCharts...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  7. Detect Merged Cells in a Worksheet with Node.js...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for Node.js via C++. This article will show you how to use the library to identify and manipulate merged cells....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "SampleInput.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/detect-merged-...
  8. Expanding text from right to left while exporti...

    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....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sample.xlsx" );...

    docs.aspose.com/cells/nodejs-cpp/expanding-text...
  9. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "HeaderFooter.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  10. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for Node.js via C++....long-term preservation of documents. PDF/A is an ISO-standardized...ISO-standardized version of the Portable Document Format (PDF) which is an archival...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...