Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 9,426 for

join

(0.36 sec)
  1. Managing OLE Objects with Node.js via C++|Docum...

    Learn how to manage OLE objects in Aspose.Cells for Node.js via C++. Add, extract, and manipulate OLE objects within worksheets.... join ( __dirname , "data" ); // Instantiate...path. const imageUrl = path . join ( dataDir , "logo.jpg" ); //...

    docs.aspose.com/cells/nodejs-cpp/managing-ole-o...
  2. Support for German Locale in Named Range Formul...

    Learn how to handle German locale settings for named range formulas in Excel using Aspose.Cells for Python via .NET.... join ( os . path . dirname ( os ..."source" ) output_dir = os . path . join ( os . path . dirname ( os ...

    docs.aspose.com/cells/python-net/support-for-ge...
  3. Convert PDF/x to PDF formats in Python|Aspose.P...

    This topic shows you how to convert PDF/x to PDF formats using Aspose.PDF for Python via .NET.... join ( self . data_dir , infile )...) path_outfile = path . join ( self . data_dir , "python" , outfile...

    docs.aspose.com/pdf/python-net/convert-pdf_x-to...
  4. Show and Hide Rows, Columns and Scroll Bars wit...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using Node.js via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "book1.xls" ); // Reading...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  5. Manipulate Position, Size, and Designer Chart w...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization.... join ( __dirname , "data" ); const...const filePath = path . join ( dataDir , "chart.xls" ); // Loads...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  6. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a textbox within a worksheet using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); const...const outputDir = path . join ( __dirname , "output" ); const filePath...

    docs.aspose.com/cells/nodejs-cpp/replace-tag-wi...
  7. 通过 Node.js 以 C++ 合并文件|Documentation

    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" ); // Create...merged files [ 0 ] = path . join ( dataDir , "book1.xls" ); files...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/
  8. Grouping and Ungrouping Rows and Columns with N...

    Discover how to group and ungroup rows and columns in Excel 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/grouping-and-u...
  9. Export Math Equations from Presentations in PHP...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for PHP via Java — preserve formatting and boost compatibility....setSuperscript ( "2" ) -> join ( "+" ) -> join ( new MathematicalText...setSuperscript ( "2" )) -> join ( "=" ) -> join ( new MathematicalText...

    docs.aspose.com/slides/php-java/exporting-math-...
  10. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++.... join ( __dirname , "data" ); const...const inputPath = path . join ( dataDir , "book1.xls" ); // Open...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...