Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,451 for

join

(0.17 sec)
  1. Remove Unused Styles inside the Workbook with N...

    Learn how to remove unused styles from a workbook using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "Template-With-Unused-Custom-Style...

    docs.aspose.com/cells/nodejs-cpp/remove-unused-...
  2. Add Math Equations to PowerPoint Presentations ...

    Learn how to work with mathematical equations in PowerPoint using Aspose.Slides for .NET. Get detailed instructions, code examples, and tips to automate the creation and editing of presentations.... Join ( "=" ) . Join ( new MathematicalText...SetSuperscript ( "2" )) . Join ( "+" ) . Join ( new MathematicalText...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  3. Manage Document Properties with Node.js via C++...

    Learn how to Manage Document Properties through the Aspose.Cells for Node.js via C++ APIs.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "sample-document-properties...

    docs.aspose.com/cells/nodejs-cpp/managing-docum...
  4. Convert Dates to Japanese Dates with Node.js vi...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Output...directory const outputDir = path . join ( __dirname , "output" ); const...

    docs.aspose.com/cells/nodejs-cpp/convert-dates-...
  5. Disable Exporting Frame Scripts and Document Pr...

    Learn how to disable exporting frame scripts and document properties when converting a workbook to HTML using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Open...convert const filePath = path . join ( dataDir , "Sample1.xlsx" );...

    docs.aspose.com/cells/nodejs-cpp/disable-export...
  6. Print Comments while saving to PDF with Node.js...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Create...AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/nodejs-cpp/print-comments...
  7. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improve performance and reduce memory consumption.... join ( __dirname , "data" ); // Define...AsposeCells . Workbook ( path . join ( dataDir , "TestData.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  8. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "input.xlsx" ); const workbook...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  9. JoinStyle | Aspose.Words for Java

    Line Join style in Java....public class JoinStyle Line join style. Examples: Shows to create...Fields Field Description BEVEL Join edges by a straight line. MITER...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to change background in comment in Excel wi...

    How to change color in comment and insert picture or image in comment in Excel using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Initialize...AsposeCells . Workbook ( path . join ( dataDir , "example.xlsx" ));...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-com...