Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 56,966 for

path

(0.08 sec)
  1. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...the workbook const outputDir = path . join ( __dirname , "output/"...

    docs.aspose.com/cells/nodejs-cpp/avoid-exponent...
  2. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input excel file U16String...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  3. Save Html With StreamProvider|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....Replace the default path with excepted path. This article explains...exported worksheet html file path via IFilePathProvider interface...

    docs.aspose.com/cells/net/convert-excel-to-html...
  4. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library....Prepare a path to a source HTML file 8 string inputPath = Path. Combine...(); 11 12 // Prepare a full path to an output Zip storage 13...

    docs.aspose.com/html/net/migration-between-vers...
  5. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using the C++ API or Library....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  6. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  7. Word bookmarks loose ID - Free Support Forum - ...

    Hi, Aspose team. Scenario: Aspose.Words 25.4.0 breaks Word bookmark IDs when resaving a DOCX document. The sample document has 2 bookmarks in the footer. Issue (actual behavior): If I resave a DOCX document with Aspose…...2 KB) var path = @"./document.docx"; var oxml...= WordprocessingDocume.Open(path, true); var originalBookmarks...

    forum.aspose.com/t/word-bookmarks-loose-id/312334
  8. Check Password to modify using Aspose.Cells for...

    Learn how to check if a password to modify matches using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/check-password...
  9. Freeze panes of Excel Worksheet with Node.js vi...

    In this article, you will learn how to freeze panes of Excel Worksheets programmatically using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...
  10. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。... path . dirname ( os . path . abspath ( __file__...__file__ )) data_dir = os . path . join ( current_dir , "data" )...

    docs.aspose.com/cells/zh/python-net/calculation...