Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,408 for

join documents

(0.07 sec)
  1. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sample.xlsx" );...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  2. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sample.xlsx" );...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...
  3. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files 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/working-with-b...
  4. Document.joinRunsWithSameFormatting method | As...

    Document.JoinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the document....method joinRunsWithSameForm() Joins runs with same formatting in...in all paragraphs of the document. joinRunsWithSameForm () Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.JoinRunsWithSameFormatting | Aspose.Wo...

    Discover how the JoinRunsWithSameFormatting method seamlessly merges formatted text in your document's paragraphs for a polished, professional look....[ Hide ] Document.JoinRunsWithSameForm method Joins runs with...formatting in all paragraphs of the document. public int JoinRunsWithSameForm...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Provide exported worksheet HTML file path via I...

    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 ( "OtherSheets" , "Sheet2.html"...{ return "file:///" + path . join ( "OtherSheets" , "Sheet3.html"...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  7. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx" ));...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  8. Updating Slicer with Node.js via C++|Documentation

    This article shows how to update linked pivot tables by updating slicer using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sampleUpdatingSlicer...

    docs.aspose.com/cells/nodejs-cpp/updating-slicer/
  9. Document.join_runs_with_same_formatting method ...

    Document.Join_runs_with_same_formatting method. Joins runs with same formatting in all paragraphs of the document....join_runs_with_same_formatting method join_runs_with_same_formatting()...rmatting() Joins runs with same formatting in all paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Load Workbook with specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname...format workbookA5 . save ( path . join ( dataDir , "LoadWorkbookWithPrin-a5_out...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...