{"id":3686,"date":"2015-09-17T08:11:02","date_gmt":"2015-09-16T23:11:02","guid":{"rendered":"http:\/\/excelwork.info\/excel\/?p=3686"},"modified":"2015-09-17T08:11:02","modified_gmt":"2015-09-16T23:11:02","slug":"rangeautofilter13","status":"publish","type":"post","link":"https:\/\/excelwork.info\/excel\/rangeautofilter13\/","title":{"rendered":"AutoFilter \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\uff08\u30e1\u30bd\u30c3\u30c9\u30fb\u30d7\u30ed\u30d1\u30c6\u30a3\uff09"},"content":{"rendered":"<h2>AutoFilter.ShowAllData \u30e1\u30bd\u30c3\u30c9<\/h2>\n<div class=\"m30-l\">\n<p><strong>AutoFilter.ShowAllData \u30e1\u30bd\u30c3\u30c9<\/strong>\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u5168\u3066\u306e\u7d5e\u308a\u8fbc\u307f\u3092\u89e3\u9664\u3057\u307e\u3059\u3002\uff08Excel 2007 \u4ee5\u964d\uff09<\/p>\n<br \/>\n<div class=\"kkbox\"><strong>\u3010\u66f8\u5f0f\u3011<\/strong><\/p>\n<p>    <em>object<\/em>.<strong>AutoFilter<\/strong>.<strong>ShowAllData<\/strong><\/p><\/div>\n<br \/>\n<h3>\u5f15\u6570\u30fb\u623b\u308a\u5024<\/h3>\n<div class=\"m30-l\">\n<ul style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;\">\n<li>object&nbsp;&nbsp;\u30fb\u30fb\u30fb&nbsp;&nbsp;\u5bfe\u8c61\u3068\u306a\u308b <span class=\"red\"><strong>Worksheet \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong><\/span>\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<\/ul><\/div>\n<br \/>\n<p class=\"caution4\">\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u7d5e\u308a\u8fbc\u307f\u304c\u89e3\u9664\u3055\u308c\u3066\u3044\u308b\u72b6\u614b\u3067\u3001<strong>AutoFilter.ShowAllData \u30e1\u30bd\u30c3\u30c9<\/strong>\u3092\u5b9f\u884c\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3059\u3002<br \/>\n      \u7d5e\u308a\u8fbc\u307f\u304c\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u306f\u3001<strong>FilterMode \u30d7\u30ed\u30d1\u30c6\u30a3<\/strong>\u7b49\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\uff08 <a href=\"https:\/\/excelwork.info\/excel\/rangeautofilter5\/\">\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u72b6\u6cc1\u3092\u78ba\u8a8d<\/a> \u3092\u53c2\u7167\u3002 \uff09<\/p>\n<\/div>\n<br \/>\n<h2>\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u7d5e\u308a\u8fbc\u307f\u3092\u89e3\u9664\u3059\u308b\u4f8b<\/h2>\n<div class=\"m30-l\">\n<h3 id=\"vba_sample\">\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\u3000\uff11<\/h3>\n<pre class=\"lang:vb mark:0 decode:true \" title=\"AutoFilter.ShowAllData \u30e1\u30bd\u30c3\u30c9\" data-url=\"http:\/\/example.co.jp\" >\r\n\u3000\r\nSub Sample13_1_AutoFilter()\r\n\r\n    '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u7d5e\u308a\u8fbc\u307f\u3092\u89e3\u9664\uff08Excel 2007\u4ee5\u964d\uff09\r\n\r\n    'AutoFilter\u3067\u7d5e\u308a\u8fbc\u307e\u3066\u3066\u3044\u308b\u304b\u78ba\u8a8d\r\n    If ActiveSheet.FilterMode Then\r\n    \r\n        '\u5168\u3066\u306e\u30c7\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b\r\n        ActiveSheet.AutoFilter.ShowAllData\r\n        \r\n    End If\r\n\r\nEnd Sub\r\n\u3000\r\n  <\/pre>\n<br \/>\n<h3 id=\"vba_sample\">\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\u3000\uff12<\/h3>\n<pre class=\"lang:vb mark:0 decode:true \" title=\"Excel 2007 \u4ee5\u524d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\" data-url=\"http:\/\/example.co.jp\" >\r\n\u3000\r\nSub Sample13_2_AutoFilter()\r\n\r\n    '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u7d5e\u308a\u8fbc\u307f\u3092\u89e3\u9664\r\n    \r\n    '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\r\n    If Not ActiveSheet.AutoFilter Is Nothing Then\r\n        \r\n        '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u3092\u4e00\u65e6\u89e3\u9664\r\n        Range(\"B3\").AutoFilter\r\n        \r\n        '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u3092\u518d\u5ea6\u8a2d\u5b9a\r\n        Range(\"B3\").AutoFilter\r\n    \r\n    End If\r\n\r\n\r\nEnd Sub\r\n\u3000\r\n  <\/pre>\n<br \/>\n<h3>\u5b9f\u884c\u7d50\u679c<\/h3>\n<p>\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\uff08\uff11\u30fb\uff12\uff09\u5b9f\u884c\u524d<\/p>\n<p><a href=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1.jpg?ssl=1\" rel=\"lightbox[3686]\"><img loading=\"lazy\" src=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1.jpg?resize=580%2C365&#038;ssl=1\" alt=\"AutoFilter \u30e1\u30bd\u30c3\u30c9 \u4f7f\u7528\u4f8b\uff11\uff13_\uff11\" width=\"580\" height=\"365\" class=\"alignnone size-large wp-image-3691\" srcset=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1.jpg?resize=580%2C365&amp;ssl=1 580w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1.jpg?resize=400%2C252&amp;ssl=1 400w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1.jpg?w=900&amp;ssl=1 900w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>\u5b9f\u884c\u5f8c<\/p>\n<p><a href=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_2.jpg?ssl=1\" rel=\"lightbox[3686]\"><img loading=\"lazy\" src=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_2.jpg?resize=580%2C366&#038;ssl=1\" alt=\"AutoFilter \u30e1\u30bd\u30c3\u30c9 \u4f7f\u7528\u4f8b\uff11\uff13_\uff12\" width=\"580\" height=\"366\" class=\"alignnone size-large wp-image-3692\" srcset=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_2.jpg?resize=580%2C366&amp;ssl=1 580w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_2.jpg?resize=400%2C252&amp;ssl=1 400w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_2.jpg?w=897&amp;ssl=1 897w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<\/div>\n<br \/><br \/>\n<h2>AutoFilter.Range \u30d7\u30ed\u30d1\u30c6\u30a3<\/h2>\n<div class=\"m30-l\">\n<p><strong>AutoFilter.Range \u30d7\u30ed\u30d1\u30c6\u30a3<\/strong>\u3067\u3001\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u304c\u9069\u7528\u3055\u308c\u3066\u3044\u308b\u7bc4\u56f2\uff08Range \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\uff09\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<br \/>\n<div class=\"kkbox\"><strong>\u3010\u66f8\u5f0f\u3011<\/strong><\/p>\n<p>    <em>object<\/em>.<strong>AutoFilter<\/strong>.<strong>Range<\/strong><\/p><\/div>\n<br \/>\n<h3>\u5f15\u6570\u30fb\u623b\u308a\u5024<\/h3>\n<div class=\"m30-l\">\n<ul style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;\">\n<li>object&nbsp;&nbsp;\u30fb\u30fb\u30fb&nbsp;&nbsp;\u5bfe\u8c61\u3068\u306a\u308b <span class=\"red\"><strong>Worksheet \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong><\/span>\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<li>\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u304c\u9069\u7528\u3055\u308c\u308b\u7bc4\u56f2\u3092\u8868\u3059 <strong>Range \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong> \u3092\u8fd4\u3057\u307e\u3059\u3002<\/li>\n<\/ul><\/div>\n<\/div>\n<br \/>\n<h2>\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u9069\u7528\u7bc4\u56f2\u3092\u53d6\u5f97\u3059\u308b\u4f8b<\/h2>\n<div class=\"m30-l\">\n<h3 id=\"vba_sample\">\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\u3000\uff13<\/h3>\n<pre class=\"lang:vb mark:0 decode:true \" title=\"AutoFilter.Range \u30d7\u30ed\u30d1\u30c6\u30a3\" data-url=\"http:\/\/example.co.jp\" >\r\n\u3000\r\nSub Sample13_3_AutoFilter()\r\n\r\n    Dim myRng As Range\r\n\r\n    '\u6307\u5b9a\u3057\u305f\u30ef\u30fc\u30af\u30b7\u30fc\u30c8\u4e0a\u306b\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\r\n    If ActiveSheet.AutoFilterMode Then\r\n    \r\n        '\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u306e\u9069\u7528\u7bc4\u56f2\u3092\u53d6\u5f97\r\n        Set myRng = ActiveSheet.AutoFilter.Range\r\n        \r\n        MsgBox myRng.Address\r\n    \r\n    End If\r\n\r\n\r\nEnd Sub\r\n\u3000\r\n  <\/pre>\n<br \/>\n<h3>\u5b9f\u884c\u7d50\u679c<\/h3>\n<p><a href=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_03.jpg?ssl=1\" rel=\"lightbox[3686]\"><img loading=\"lazy\" src=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_03.jpg?resize=580%2C368&#038;ssl=1\" alt=\"AutoFilter \u30e1\u30bd\u30c3\u30c9 \u4f7f\u7528\u4f8b\uff11\uff13_\uff13\" width=\"580\" height=\"368\" class=\"alignnone size-large wp-image-3693\" srcset=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_03.jpg?resize=580%2C368&amp;ssl=1 580w, https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_03.jpg?resize=400%2C254&amp;ssl=1 400w, https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_03.jpg?w=899&amp;ssl=1 899w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<\/div>\n<br \/><br \/>\n<h2>AutoFilter.Sort \u30d7\u30ed\u30d1\u30c6\u30a3<\/h2>\n<div class=\"m30-l\">\n<p>\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u3067\u3001\u4e26\u3079\u66ff\u3048\u3092\u884c\u3046\u306b\u306f\u3001<strong>AutoFilter.Sort \u30d7\u30ed\u30d1\u30c6\u30a3<\/strong>\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<strong>Sort \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong> \u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001<a href=\"https:\/\/excelwork.info\/excel\/cellsortcollection\/\">\u4e26\u3079\u66ff\u3048\uff08Sort \u30aa\u30d6\u30b8\u30a7\u30af\u30c8, SortFields \u30b3\u30ec\u30af\u30b7\u30e7\u30f3\uff09<\/a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p>\n<br \/>\n<div class=\"kkbox\"><strong>\u3010\u66f8\u5f0f\u3011<\/strong><\/p>\n<p>    <em>object<\/em>.<strong>AutoFilter<\/strong>.<strong>Sort<\/strong><\/p><\/div>\n<br \/>\n<h3>\u5f15\u6570\u30fb\u623b\u308a\u5024<\/h3>\n<div class=\"m30-l\">\n<ul style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;\">\n<li>object&nbsp;&nbsp;\u30fb\u30fb\u30fb&nbsp;&nbsp;\u5bfe\u8c61\u3068\u306a\u308b <span class=\"red\"><strong>Worksheet \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong><\/span>\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<li><strong>AutoFilter \u30b3\u30ec\u30af\u30b7\u30e7\u30f3<\/strong>\u306e\u4e26\u3079\u66ff\u3048\u5217\u3068\u4e26\u3079\u66ff\u3048\u9806\u5e8f\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<\/li>\n<\/ul><\/div>\n<br \/>\n<p class=\"caution8\">\u7d5e\u308a\u3053\u307e\u308c\u305f\u30c7\u30fc\u30bf\u306e\u4e2d\u3067\u3001\u30bd\u30fc\u30c8\u304c\u884c\u308f\u308c\u307e\u3059\u3002<\/p>\n<p class=\"caution8\">\u30d5\u30a3\u30eb\u30bf\u30fc\u304c\u89e3\u9664\u3055\u308c\u3066\u3082\u4e26\u3079\u66ff\u3048\u306f\u5143\u306b\u623b\u308a\u307e\u305b\u3093\u3002<\/p>\n<\/div>\n<br \/>\n<h2>\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u3067\u3001\u4e26\u3079\u66ff\u3048\u3092\u5b9f\u884c\u3059\u308b\u4f8b<\/h2>\n<div class=\"m30-l\">\n<h3 id=\"vba_sample\">\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\u3000\uff14<\/h3>\n<pre class=\"lang:vb mark:0 decode:true \" title=\"AutoFilter.Sort \u30d7\u30ed\u30d1\u30c6\u30a3\" data-url=\"http:\/\/example.co.jp\" >\r\n\u3000\r\nSub Sample13_4_AutoFilter()\r\n\r\n    Dim myRng As Worksheet\r\n    Set myRng = ActiveSheet\r\n    \r\n    \r\n    Range(\"B3\").AutoFilter Field:=8, _\r\n                           criteria1:=\"10\", _\r\n                           Operator:=xlTop10Items\r\n\r\n    With myRng.AutoFilter.Sort\r\n    \r\n        With .SortFields\r\n        \r\n            .Clear\r\n            \r\n            '\u300c\u5408\u8a08\u300d\u964d\u9806\u3067\u4e26\u3079\u66ff\u3048\r\n            .Add Key:=Range(\"I3\"), _\r\n                 SortOn:=xlSortOnValues, _\r\n                 Order:=xlDescending, _\r\n                 DataOption:=xlSortNormal\r\n            \r\n            '\u300c\u767b\u9332\u756a\u53f7\u300d\u6607\u9806\u3067\u4e26\u3079\u66ff\u3048\r\n            .Add Key:=Range(\"B3\"), _\r\n                 SortOn:=xlSortOnValues, _\r\n                 Order:=xlAscending, _\r\n                 DataOption:=xlSortNormal\r\n            \r\n        End With\r\n        \r\n        .Header = xlYes\r\n        .MatchCase = False\r\n        .Orientation = xlTopToBottom\r\n        .SortMethod = xlPinYin\r\n        .Apply\r\n        \r\n    End With\r\n    \r\nEnd Sub\r\n\u3000\r\n  <\/pre>\n<br \/>\n<h3>\u5b9f\u884c\u7d50\u679c<\/h3>\n<p>\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9\uff08\uff14\uff09\u5b9f\u884c\u524d<\/p>\n<p><a href=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_1.jpg?ssl=1\" rel=\"lightbox[3686]\"><img loading=\"lazy\" src=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_1.jpg?resize=580%2C368&#038;ssl=1\" alt=\"AutoFilter \u30e1\u30bd\u30c3\u30c9 \u4f7f\u7528\u4f8b\uff11\uff13_\uff14\" width=\"580\" height=\"368\" class=\"alignnone size-large wp-image-3694\" srcset=\"https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_1.jpg?resize=580%2C368&amp;ssl=1 580w, https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_1.jpg?resize=400%2C254&amp;ssl=1 400w, https:\/\/i1.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_1.jpg?w=897&amp;ssl=1 897w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p>\u5b9f\u884c\u5f8c<\/p>\n<p><a href=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_2.jpg?ssl=1\" rel=\"lightbox[3686]\"><img loading=\"lazy\" src=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_2.jpg?resize=580%2C365&#038;ssl=1\" alt=\"AutoFilter \u30e1\u30bd\u30c3\u30c9 \u4f7f\u7528\u4f8b\uff11\uff13_\uff15\" width=\"580\" height=\"365\" class=\"alignnone size-large wp-image-3695\" srcset=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_2.jpg?resize=580%2C365&amp;ssl=1 580w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_2.jpg?resize=400%2C252&amp;ssl=1 400w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_04_2.jpg?w=899&amp;ssl=1 899w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<\/div>\n<br \/>\n","protected":false},"excerpt":{"rendered":"<p>AutoFilter.ShowAllData \u30e1\u30bd\u30c3\u30c9 AutoFilter.S &#8230; <\/p>\n","protected":false},"author":1,"featured_media":3739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"amp_status":"","spay_email":"","jetpack_publicize_message":""},"categories":[268],"tags":[554,63,38,269],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/09\/autofilter13_01_1-580x3651.jpg?fit=580%2C365&ssl=1","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4Ye9i-Xs","_links":{"self":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3686"}],"collection":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/comments?post=3686"}],"version-history":[{"count":7,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3686\/revisions"}],"predecessor-version":[{"id":3738,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3686\/revisions\/3738"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/media\/3739"}],"wp:attachment":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/media?parent=3686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/categories?post=3686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/tags?post=3686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}